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

Commit

Permalink
fix(generator): require compass only when enabled
Browse files Browse the repository at this point in the history
Only require `grunt-contrib-compass` if it's selected in the wizard.
  • Loading branch information
passy authored and eddiemonge committed Jan 27, 2014
1 parent c9a6980 commit d4630c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"grunt-bower-install": "~0.7.0",
"grunt-concurrent": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",<% if (options.coffee) { %>
"grunt-contrib-coffee": "~0.7.0",<% } %>
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-coffee": "~0.7.0",<% } %><% if (compass) { %>
"grunt-contrib-compass": "~0.6.0",<% } %>
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
Expand Down

0 comments on commit d4630c3

Please sign in to comment.