mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Build: add quick build
This commit is contained in:
parent
46e7efb64a
commit
ac985016f2
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user