Sha256: cc2e5591101b298be28d8343ac99111a4adb1b2404757238c2052cdb5bf598cf

Contents?: true

Size: 614 Bytes

Versions: 18

Compression:

Stored size: 614 Bytes

Contents

/*jshint node:true*/
/* global require, module */
var EmberAddon = require('ember-cli/lib/broccoli/ember-addon');

module.exports = function(defaults) {

  var app = new EmberAddon(defaults, {
    // Add options here
    'ember-cli-bootstrap-sassy': {
      'js': false,
      'glyphicons': false
    }
  });

  /*
    This build file specifies the options for the dummy test app of this
    addon, located in `/tests/dummy`
    This build file does *not* influence how the addon or the app using it
    behave. You most likely want to be modifying `./index.js` or app's build file
  */

  return app.toTree();
};

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
bootstrap-bookingsync-sass-1.0.5 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.4 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.3 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.2 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.1 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.0 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.0.beta12 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.0.beta11 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.0.beta10 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.0.beta9 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.0.beta8 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.0.beta7 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.0.beta6 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.0.beta5 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.0.beta4 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.0.beta3 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.0.beta2 ember-cli-build.js
bootstrap-bookingsync-sass-1.0.0.beta1 ember-cli-build.js