nci/static/js/main.js
2015-04-30 18:15:23 +03:00

13 lines
244 B
JavaScript

'use strict';
require.config({
baseUrl: '/js/',
paths: {
underscore: 'libs/underscore/underscore',
react: 'libs/react/react-with-addons',
dataio: '/data.io',
socketio: '/socket.io/socket.io.js',
jquery: 'libs/jquery/jquery'
}
});