cybertoothca/ember-cli-bootstrap3-sass

View on GitHub
blueprints/ember-cli-bootstrap3-sass/index.js

Summary

Maintainability
A
0 mins
Test Coverage
/*jshint node:true*/
module.exports = {
  description: '',
  normalizeEntityName: function () {
  },
  afterInstall: function (options) {
    return this.addAddonToProject('ember-cli-sass')
      .then(() => this.addBowerPackageToProject('bootstrap-sass'));
  }
};