소스 검색

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 %>']