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