Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Handle missing stylus node in style compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
trabianmatt committed Feb 18, 2013
1 parent d370cb4 commit 8200600
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/styles/index.coffee
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ module.exports =


callback?() callback?()


else
console.log 'stylus node not included in package - skipping style compilation'
callback?()

0 comments on commit 8200600

Please sign in to comment.