Skip to content

Commit c76a2b5

Browse files
install js deps via bower
1 parent d653878 commit c76a2b5

File tree

8 files changed

+32
-2150
lines changed

8 files changed

+32
-2150
lines changed

Diff for: .bowerrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "public/js/vendor"
3+
}

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ nbproject/private
2121
/public/storage
2222
Homestead.yaml
2323
Homestead.json
24+
25+
# Bower components
26+
/public/js/vendor

Diff for: bower.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Weinstein",
3+
"description": "",
4+
"main": "",
5+
"authors": [
6+
"Christoph Wurst <[email protected]>"
7+
],
8+
"license": "AGPLv3",
9+
"homepage": "https://github.com/ChristophWurst/weinstein_server",
10+
"private": true,
11+
"ignore": [
12+
"**/.*",
13+
"node_modules",
14+
"bower_components",
15+
"test",
16+
"tests"
17+
],
18+
"dependencies": {
19+
"jquery": "^3.1.0",
20+
"select2": "^4.0.3",
21+
"bootstrap": "^3.2.7"
22+
}
23+
}

0 commit comments

Comments
 (0)