Skip to content

Commit e57cb60

Browse files
Updated Gruntfile.js
1 parent 2874df4 commit e57cb60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ module.exports = function (grunt) {
9999
grunt.registerTask('default', ['build']);
100100

101101
grunt.registerTask('devel', [
102+
'build',
102103
'connect:demo',
103104
'watch'
104105
]);

0 commit comments

Comments
 (0)