Skip to content

Commit

Permalink
fix: remove files o longer needed, use bootstrap from npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko committed Mar 26, 2018
1 parent f0fcec7 commit 4223fcd
Show file tree
Hide file tree
Showing 6 changed files with 2,015 additions and 9,296 deletions.
32 changes: 0 additions & 32 deletions Brocfile.js

This file was deleted.

19 changes: 0 additions & 19 deletions bower.json

This file was deleted.

4 changes: 2 additions & 2 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ module.exports = function(defaults) {
behave. You most likely want to be modifying `./index.js` or app's build file
*/

app.import('bower_components/bootstrap/dist/css/bootstrap.css');
app.import('node_modules/bootstrap/dist/css/bootstrap.css');
//app.import('bower_components/bootstrap/dist/js/bootstrap.js');

// Copy glyphicon fonts
let fonts = pickFiles('bower_components/bootstrap/dist/fonts', {
let fonts = pickFiles('node_modules/bootstrap/dist/fonts', {
srcDir: '/',
files: ['**/*'],
destDir: '/fonts'
Expand Down

0 comments on commit 4223fcd

Please sign in to comment.