Преглед на файлове

Grunt watch __init.styl

piniphone преди 13 години
родител
ревизия
2319797f58
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 %>']