[Issue #3] - Fixed small typo in Gruntfile
This commit is contained in:
parent
fc07d48251
commit
6953783cb3
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user