Skip to content

Commit 0a74c8b

Browse files
committed
remove selectize
1 parent 8a0d844 commit 0a74c8b

File tree

6 files changed

+1
-9
lines changed

6 files changed

+1
-9
lines changed

bower.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"backbone": "1.0.0",
2525
"underscore": "1.4.4",
2626
"socket.io-client": "0.9.11",
27-
"jquery": "1.9.0",
28-
"selectize": "~0.12.1"
27+
"jquery": "1.9.0"
2928
}
3029
}

grunt/concat.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module.exports = {
66
dist: {
77
src: [
88
'bower_components/jquery/jquery.js',
9-
'bower_components/selectize/dist/js/standalone/selectize.min.js',
109
'bower_components/underscore/underscore.js',
1110
'bower_components/backbone/backbone.js',
1211
'bower_components/socket.io-client/dist/socket.io.js',

html/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<link rel="apple-touch-icon-precomposed" href="http://periodic.famo.us/content/app/icon.png">
1212
<link rel="icon" href="http://periodic.famo.us/favicon.ico" type="image/png">
1313

14-
<link rel="stylesheet" type="text/css" href="js/bower_components/selectize/dist/css/selectize.default.css" />
1514
<link rel="stylesheet" type="text/css" href="css/junto.css" />
1615
<script src="js/junto.js"></script>
1716
<script src="js/start.js"></script>

serve-development/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<link rel="apple-touch-icon-precomposed" href="http://periodic.famo.us/content/app/icon.png">
1212
<link rel="icon" href="http://periodic.famo.us/favicon.ico" type="image/png">
1313

14-
<link rel="stylesheet" type="text/css" href="js/bower_components/selectize/dist/css/selectize.default.css" />
1514
<link rel="stylesheet" type="text/css" href="css/junto.css" />
1615
<script src="js/junto.js"></script>
1716
<script src="js/start.js"></script>

serve-development/js/junto.js

-3
Large diffs are not rendered by default.

server/server.js

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ var
1212
var httpApp = express();
1313

1414
if (process.env.NODE_ENV == 'production') {
15-
console.log(directory);
1615
httpApp.use(express.static(directory));
1716
}
1817

0 commit comments

Comments
 (0)