Semaphore/public/require_config.js

7 lines
143 B
JavaScript
Raw Normal View History

2016-03-18 23:03:28 +01:00
require.config({
2017-05-20 16:25:41 +02:00
baseUrl: document.baseURI + 'public/js',
2016-03-18 23:03:28 +01:00
waitSeconds: 10,
paths: {
2017-05-20 16:25:41 +02:00
async: document.baseURI + 'public/vendor/async'
2016-03-18 23:03:28 +01:00
}
});