Enable DEBUGGING mode, which loads the individual script files rather than the minimized bundles created by grunt

This commit is contained in:
Joseph Schorr 2014-04-15 16:35:15 -04:00
parent 9e4a8097af
commit ede8ed21f4
4 changed files with 28 additions and 9 deletions

View file

@ -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'
}
},