Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
fix(Grunt): Fixed configuration errors with css watch task
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Sep 12, 2013
1 parent 52fc1d5 commit 9c405f8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,8 @@ module.exports = (grunt) ->
tasks: ["coffee", "concat:jqueryui", "concat:appJs", "clean", "copy:public"]
options: interrupt: true
css:
files: ["src/css/*.styl"]
tasks: ["stylus", "concat:appCss", "clean"]
options: interrupt: true
vendorCss:
files: ["vendor/vendor.styl"]
tasks: ["stylus:vendor", "concat:css", "clean"]
files: ["src/css/*.styl", "vendor/vendor.styl"]
tasks: ["stylus", "concat:css", "clean"]
options: interrupt: true
jade:
files: ["src/**/*.jade"]
Expand Down

0 comments on commit 9c405f8

Please sign in to comment.