|
@@ -32,6 +32,9 @@ module.exports = function(defaults) {
|
|
|
app.import("bower_components/select2/dist/js/select2.min.js");
|
|
|
app.import('bower_components/jquery-ui/jquery-ui.js');
|
|
|
app.import('bower_components/more-js/dist/more.js');
|
|
|
+ app.import('bower_components/bootstrap/dist/css/bootstrap.css');
|
|
|
+ app.import('bower_components/bootstrap/dist/css/bootstrap-theme.css');
|
|
|
+ app.import('bower_components/bootstrap/dist/js/bootstrap.min.js');
|
|
|
|
|
|
// Use `app.import` to add additional libraries to the generated
|
|
|
// output files.
|