nci/static/js/main.js

13 lines
245 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'
}
});