Static jquery
This commit is contained in:
parent
1eb07b6078
commit
0cc5fc33f9
|
@ -7,7 +7,8 @@
|
||||||
"socket.io" : "*",
|
"socket.io" : "*",
|
||||||
"node-uuid" : "*",
|
"node-uuid" : "*",
|
||||||
"body-parser" : "*",
|
"body-parser" : "*",
|
||||||
"app-module-path":"*"
|
"app-module-path":"*",
|
||||||
|
"yargs":"*"
|
||||||
},
|
},
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"type" : "git",
|
"type" : "git",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -9,6 +9,6 @@ html( lang="en" )
|
||||||
body
|
body
|
||||||
block base_content
|
block base_content
|
||||||
|
|
||||||
script( src='http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js' )
|
script( src='/js/jquery.min.js' )
|
||||||
|
|
||||||
block js
|
block js
|
||||||
|
|
Loading…
Reference in New Issue