mirror of https://github.com/luileito/jsketch.git
Updated default Grunt task
This commit is contained in:
parent
8e372ba6fa
commit
6d0d4b528e
|
|
@ -86,10 +86,9 @@ module.exports = function(grunt) {
|
|||
grunt.registerTask('memento', [ 'uglify:memento', 'uglify:jqMemento', 'clean' ]);
|
||||
|
||||
grunt.registerTask('default', [
|
||||
'concat:full', 'uglify:full', 'concat:jqFull', 'uglify:jqFull',
|
||||
'uglify:jsketch',
|
||||
'uglify:sketchable', 'uglify:jqSketchable',
|
||||
'uglify:memento', 'uglify:jqMemento',
|
||||
'clean'
|
||||
'full',
|
||||
'jsketch',
|
||||
'sketchable',
|
||||
'memento',
|
||||
]);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue