soyjavi пре 13 година
родитељ
комит
535b1e78b2
1 измењених фајлова са 1 додато и 1 уклоњено
  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'
     }
   });