Procházet zdrojové kódy

Grunt watch __init.styl

piniphone před 13 roky
rodič
revize
2319797f58
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      GruntFile.coffee

+ 1 - 1
GruntFile.coffee

@@ -87,7 +87,7 @@ module.exports = (grunt) ->
         files: ['<%= source.coffee %>']
         tasks: ["coffee:core"]
       stylus:
-        files: ['<%= source.stylus %>']
+        files: ['<%= source.stylus %>', 'src/stylesheets/__init.styl',]
         tasks: ["stylus:core"]
       theme:
         files: ['<%= source.theme %>']