Bläddra i källkod

Change on grunt

soyjavi 13 år sedan
förälder
incheckning
535b1e78b2
1 ändrade filer med 1 tillägg och 1 borttagningar
  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'
     }
   });