Frontend js for demo

This commit is contained in:
2016-01-29 11:08:50 +08:00
parent 969b116a48
commit 0e5635f262
7 changed files with 9898 additions and 2 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ require.config({
//load lib files required
paths: {
jquery: '../bower_components/jquery/dist/jquery',
jquery: '../bower_components/jquery/dist/jquery.min',
lodash: "../bower_components/lodash/dist/lodash.min",
backbone: '../bower_components/backbone/backbone',
backbone: '../bower_components/backbone/backbone-min',
modernizr: "vendor/custom.modernizr",
socket: "../bower_components/socket.io-client/socket.io",
text: '../bower_components/text/text',