Semaphore/web/require_config.js
Denis 7263101be0 Use npm instead of submodule. Split public to web/public & web/resources
Fix build under Windows

Remove htmls from pug directory

Move package.json to web directory

Remove OS type checking from test

Fix builder.js codestyle

Remove Taskfile_windows.yml
2018-03-13 12:23:20 +05:00

4 lines
79 B
JavaScript

require.config({
baseUrl: document.baseURI + 'public/js',
waitSeconds: 10
});