Explorar o código

make npm run watch start with a build

Gregg Tavares %!s(int64=6) %!d(string=hai) anos
pai
achega
4d61182661
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Gruntfile.js

+ 1 - 0
Gruntfile.js

@@ -202,6 +202,7 @@ module.exports = function(grunt) {
   });
 
   grunt.registerTask('build', ['clean', 'copy:main', 'buildlessons']);
+  grunt.registerTask('buildwatch', ['build', 'watch']);
 
   grunt.registerTask('default', ['eslint', 'build']);
 };