Skip to content

Commit

Permalink
Merge pull request seiyria#788 from patchman-sebastiaan/master
Browse files Browse the repository at this point in the history
Remove bootstrap from dependencies and make use of node_modules bootstrap
  • Loading branch information
rovolution authored Nov 9, 2017
2 parents efad43f + 2f402f6 commit 458d7ab
Show file tree
Hide file tree
Showing 5 changed files with 3,850 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ module.exports = function(grunt) {
},
css : {
highlightjs: '<%= pkg.gruntConfig.css.highlightjs %>',
bootstrap : '<%= pkg.gruntConfig.css.bootstrap %>',
bootstrap : 'css/bootstrap.min.css',
slider : 'css/bootstrap-slider.css'
}
}
Expand Down
5 changes: 0 additions & 5 deletions dependencies/css/bootstrap.min.css

This file was deleted.

Loading

0 comments on commit 458d7ab

Please sign in to comment.