Skip to content

Commit

Permalink
loading bootstrap via bower
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Sep 22, 2015
1 parent 9764dc3 commit 4c9f4af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gruntfile.js
Expand Up @@ -16,6 +16,9 @@ module.exports = function(grunt) {
},
libs: {
files: {
'bootstrap/css': 'bootstrap/docs/assets/css',
'bootstrap/img': 'bootstrap/docs/assets/img/glyphicons*',
'bootstrap/js': 'bootstrap/docs/assets/js/bootstrap.min.js',
canvg: 'canvg/dist/*',
'chroma-js': 'chroma-js/chroma*.js',
'codemirror/addon': 'codemirror/addon',
Expand Down
3 changes: 2 additions & 1 deletion bower.json
Expand Up @@ -16,7 +16,7 @@
"tests"
],
"dependencies": {
"JSON-js": "json-js#*",
"bootstrap": "2.3.2",
"canvg": "1.3.0",
"chroma-js": "1.1.1",
"codemirror": "5.7.0",
Expand All @@ -25,6 +25,7 @@
"font-awesome": "fontawesome#4.4.0",
"handsontable": "0.12.3",
"imagesloaded": "3.1.8",
"JSON-js": "json-js#*",
"jquery": "1.11.0",
"masonry": "3.3.2",
"queue-async": "1.0.7",
Expand Down

0 comments on commit 4c9f4af

Please sign in to comment.