Skip to content

Commit f75ef1f

Browse files
committed
add js lib
1 parent 37c0c35 commit f75ef1f

12 files changed

+316
-3
lines changed

public/js/bootstrap-3.3.7/css/bootstrap-theme.min.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/bootstrap-3.3.7/css/bootstrap-theme.min.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/bootstrap-3.3.7/css/bootstrap.min.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/bootstrap-3.3.7/css/bootstrap.min.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

public/js/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.svg

+288
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.

public/js/bootstrap-3.3.7/js/bootstrap.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/jquery-3.1.1.min.js

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

views/layout.pug

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ doctype html
22
html
33
head
44
title= title
5-
link(rel='stylesheet', href='//cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap.min.css')
5+
link(rel='stylesheet', href='/js/bootstrap-3.3.7/css/bootstrap.min.css')
66
block css
77
body
88
block content
99

10-
script(src='//cdn.bootcss.com/jquery/2.2.1/jquery.min.js')
11-
script(src='//cdn.bootcss.com/bootstrap/3.3.6/js/bootstrap.min.js')
10+
script(src='/js/jquery-3.1.1.min.js')
11+
script(src='/js/bootstrap-3.3.7/js/bootstrap.min.js')
1212
block js

0 commit comments

Comments
 (0)