Build: add quick build

This commit is contained in:
Mottie 2015-04-28 17:56:56 -05:00
parent 46e7efb64a
commit ac985016f2

View File

@ -336,6 +336,9 @@ module.exports = function( grunt ) {
grunt.task.run(tasks); grunt.task.run(tasks);
}); });
// quick build to just minify files for pushes between updates
grunt.registerTask( 'quick', [ 'copy', 'uglify', 'clean:css' ] );
// enter 'grunt custom:{filename}' (not including the '.json') // enter 'grunt custom:{filename}' (not including the '.json')
// to load in a custom json file // to load in a custom json file
// the expected JSON format is (with custom widgets in a string): // the expected JSON format is (with custom widgets in a string):