Ver código fonte

Change on grunt

soyjavi 13 anos atrás
pai
commit
535b1e78b2
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      grunt.js

+ 1 - 1
grunt.js

@@ -77,7 +77,7 @@ module.exports = function(grunt) {
 
     watch: {
       files: ['<config:resources.javascripts>', '<config:resources.stylesheets>'],
-      tasks: 'concat min stylus'
+      tasks: 'concat min stylus copy'
     }
   });