Commit 0a74c8b 1 parent 8a0d844 commit 0a74c8b Copy full SHA for 0a74c8b
File tree 6 files changed +1
-9
lines changed
6 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 24
24
"backbone" : " 1.0.0" ,
25
25
"underscore" : " 1.4.4" ,
26
26
"socket.io-client" : " 0.9.11" ,
27
- "jquery" : " 1.9.0" ,
28
- "selectize" : " ~0.12.1"
27
+ "jquery" : " 1.9.0"
29
28
}
30
29
}
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ module.exports = {
6
6
dist : {
7
7
src : [
8
8
'bower_components/jquery/jquery.js' ,
9
- 'bower_components/selectize/dist/js/standalone/selectize.min.js' ,
10
9
'bower_components/underscore/underscore.js' ,
11
10
'bower_components/backbone/backbone.js' ,
12
11
'bower_components/socket.io-client/dist/socket.io.js' ,
Original file line number Diff line number Diff line change 11
11
< link rel ="apple-touch-icon-precomposed " href ="http://periodic.famo.us/content/app/icon.png ">
12
12
< link rel ="icon " href ="http://periodic.famo.us/favicon.ico " type ="image/png ">
13
13
14
- < link rel ="stylesheet " type ="text/css " href ="js/bower_components/selectize/dist/css/selectize.default.css " />
15
14
< link rel ="stylesheet " type ="text/css " href ="css/junto.css " />
16
15
< script src ="js/junto.js "> </ script >
17
16
< script src ="js/start.js "> </ script >
Original file line number Diff line number Diff line change 11
11
< link rel ="apple-touch-icon-precomposed " href ="http://periodic.famo.us/content/app/icon.png ">
12
12
< link rel ="icon " href ="http://periodic.famo.us/favicon.ico " type ="image/png ">
13
13
14
- < link rel ="stylesheet " type ="text/css " href ="js/bower_components/selectize/dist/css/selectize.default.css " />
15
14
< link rel ="stylesheet " type ="text/css " href ="css/junto.css " />
16
15
< script src ="js/junto.js "> </ script >
17
16
< script src ="js/start.js "> </ script >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 12
12
var httpApp = express ( ) ;
13
13
14
14
if ( process . env . NODE_ENV == 'production' ) {
15
- console . log ( directory ) ;
16
15
httpApp . use ( express . static ( directory ) ) ;
17
16
}
18
17
You can’t perform that action at this time.
0 commit comments