mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Enable ajax-bootstrap-select.
Requires some work as is currently not overly happy
This commit is contained in:
@@ -5,6 +5,12 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app');
|
||||
module.exports = function (defaults) {
|
||||
var app = new EmberApp(defaults, {
|
||||
// Add options here
|
||||
|
||||
sassOptions: {
|
||||
includePaths: [
|
||||
'bower_components/bootstrap-select/sass',
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
// Use `app.import` to add additional libraries to the generated
|
||||
@@ -20,5 +26,8 @@ module.exports = function (defaults) {
|
||||
// please specify an object with the list of modules as keys
|
||||
// along with the exports of each module as its value.
|
||||
|
||||
app.import('bower_components/bootstrap-select/dist/js/bootstrap-select.js');
|
||||
app.import('bower_components/ajax-bootstrap-select/dist/js/ajax-bootstrap-select.js');
|
||||
|
||||
return app.toTree();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user