gruntfile: support directories in our js
This will allow us to create directories for individual controllers, directives, etc...
This commit is contained in:
parent
1cce87b136
commit
5a051491aa
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module.exports = function(grunt) {
|
|||
},
|
||||
},
|
||||
build: {
|
||||
src: ['../static/lib/**/*.js', '../static/js/*.js', '../static/dist/template-cache.js'],
|
||||
src: ['../static/lib/**/*.js', '../static/js/**/*.js', '../static/dist/template-cache.js'],
|
||||
dest: '../static/dist/<%= pkg.name %>.js'
|
||||
}
|
||||
},
|
||||
|
|
Reference in a new issue