Browse Source

'grunt dev' task with server autoreload

Gaël Métais 10 năm trước cách đây
mục cha
commit
983671f5c3
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      Gruntfile.js

+ 1 - 2
Gruntfile.js

@@ -179,8 +179,7 @@ module.exports = function(grunt) {
     ]);
 
     grunt.registerTask('dev', [
-        'clean:dev',
-        'less'
+        'express:dev'
     ]);
 
     grunt.registerTask('test', [