soyjavi před 13 roky
rodič
revize
535b1e78b2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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'
     }
   });