Prechádzať zdrojové kódy

Grunt watch __init.styl

piniphone 13 rokov pred
rodič
commit
2319797f58
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 %>']