Explorar o código

'grunt dev' task with server autoreload

Gaël Métais %!s(int64=10) %!d(string=hai) anos
pai
achega
983671f5c3
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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', [