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