diff --git a/Gruntfile.js b/Gruntfile.js index 5982e2b..be0ed86 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,7 +27,7 @@ module.exports = function(grunt) { files: { expand: true, flatten: true, - cwd: 'assets/coffee', + cwd: 'assets/scripts', src: ['*.coffee'], dest: 'public/js', ext: '.js'