Enable DEBUGGING mode, which loads the individual script files rather than the minimized bundles created by grunt
This commit is contained in:
parent
9e4a8097af
commit
ede8ed21f4
4 changed files with 28 additions and 9 deletions
|
@ -25,8 +25,7 @@ module.exports = function(grunt) {
|
|||
},
|
||||
},
|
||||
build: {
|
||||
src: ['../static/lib/**/*.js', '../static/js/*.js', '!../static/lib/jquery.overscroll.min.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