Added config.js to grunt watch, also mobile.js and init.js

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-11 16:09:45 -03:00
parent 5a001c8737
commit fb297f7f72
1 changed files with 6 additions and 0 deletions

View File

@ -51,14 +51,20 @@ module.exports = function(grunt) {
},
main: {
files: [
'js/init.js',
'js/app.js',
'js/directives.js',
'js/filters.js',
'js/routes.js',
'js/mobile.js',
'js/services/*.js',
'js/controllers/*.js'
],
tasks: ['concat:main']
},
config: {
files: ['config.js'],
tasks: ['shell:dev', 'concat:main']
}
},
mochaTest: {