Skip to content

Commit

Permalink
Fix blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Jul 26, 2015
1 parent 00c2788 commit c401cd8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions blueprints/ember-material-lite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@ module.exports = {

beforeInstall: function (options) {
return RSVP.all([
this.addBowerPackageToProject('material-design-lite', '1.0.0')
this.addBowerPackageToProject('material-design-lite', '~1.0.1')
]);
},

afterInstall: function () {
this.ui.writeLine('\n\n\nIf you wish to work with SASS, please add the following to your bower.json');
this.ui.writeLine("'material-design-lite-src': 'https://github.com/google/material-design-lite.git#37286ae139b0ae336a8a7e9ed3b18ace1abff7ed',");
this.ui.writeLine('\n\n\nAdd the following to your app/index.html for icons to work');
this.ui.writeLine('<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">\n');
return RSVP.all([
this.addPackageToProject('ember-cli-sass', '^3.3.0')
]);

}
};

0 comments on commit c401cd8

Please sign in to comment.