Skip to content

Commit a3e4731

Browse files
committed
Build: added grunt task "dev" to "prod".
1 parent d8581bc commit a3e4731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,8 @@ module.exports = function (grunt) {
297297
'concat:js',
298298
'demo',
299299
'less',
300-
'uglify:prod'
300+
'uglify:prod',
301+
'dep'
301302
]);
302303
grunt.registerTask('prod2', [
303304
'dev',

0 commit comments

Comments
 (0)