Skip to content

Commit 3adcafd

Browse files
committed
add bootstrap 4.0.0 and jquery 3.2.1 as vendor library files w/ brunch update
1 parent d78a47c commit 3adcafd

6 files changed

Lines changed: 29 additions & 4 deletions

File tree

build/brunch-config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ module.exports = {
99
'netc-app.js' : /^app/,
1010
'netc-lib.js' : /^(?!app)/
1111
}
12+
},
13+
stylesheets: {
14+
joinTo : 'netc-app.css'
1215
}
1316
},
1417

build/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
"version": "1.0.0",
44
"description": "research project for network graph analysis",
55
"scripts": {
6-
"test" : "echo \"Error: no test specified\" && exit 1",
7-
"clean" : "rm -rf public/",
8-
"build" : "brunch build",
9-
"watch" : "brunch watch -s"
6+
"test": "echo \"Error: no test specified\" && exit 1",
7+
"start": "LOGGY_STACKS=true brunch watch -s",
8+
"clean": "rm -rf public/"
109
},
1110
"repository": {
1211
"type": "git",

build/vendor/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/vendor/bootstrap.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/vendor/jquery-3.2.1.slim.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/vendor/popper.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)