nci/static/js/main.js
Vladimir Polyakov 364943bfe0 reflux draft
2015-05-04 02:04:51 +03:00

14 lines
281 B
JavaScript

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