Skip to content

Commit

Permalink
feat(gen): Default sass to 'N' for now since it has Ruby + Compass de…
Browse files Browse the repository at this point in the history
…pedencies
  • Loading branch information
diegonetto committed Mar 27, 2014
1 parent 7daa452 commit 00c0632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ IonicGenerator.prototype.askForCompass = function askForCompass() {
type: 'confirm',
name: 'compass',
message: 'Would you like to use Sass (with Compass)?',
default: true
default: false
}], function (props) {
this.compass = props.compass;

Expand Down

0 comments on commit 00c0632

Please sign in to comment.