Skip to content

Commit c294c1e

Browse files
committed
Remove bower components from source tree
All bower components should be fetched with `bower install`. A `.bowerrc` file is added to specify the drop location for the components. The currently used versions of the components are added to the `bower.json` file.
1 parent e793883 commit c294c1e

File tree

414 files changed

+10
-144160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

414 files changed

+10
-144160
lines changed

.bowerrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "src/bower_components"
3+
}

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ target/
5959

6060
# SASS cache
6161
.sass-cache
62+
63+
# bower components
64+
src/bower_components

bower.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
],
2323
"dependencies": {
2424
"d3": "~3.5.5",
25-
"threejs": "*",
26-
"jquery" : "*",
27-
"bootstrap": "*",
28-
"requirejs" : "*"
25+
"threejs": "r71",
26+
"jquery" : "~2.1.4",
27+
"bootstrap": "~3.3.4",
28+
"requirejs" : "~2.1.18"
2929
},
3030
"devDependencies": {
3131
"jasmine": "~2.3.4"

src/bower_components/bootstrap/.bower.json

-48
This file was deleted.

0 commit comments

Comments
 (0)