wait a full minute until requirejs times out

This commit is contained in:
ansuz
2016-08-04 12:44:27 +02:00
parent 975bff5794
commit fd0a7337a3
3 changed files with 15 additions and 0 deletions

View File

@@ -11,6 +11,11 @@
id="favicon" />
<link rel="stylesheet" href="/customize/main.css" />
<script data-main="main" src="/bower_components/requirejs/require.js"></script>
<script>
require.config({
waitSeconds: 60,
});
</script>
<style>
html, body {
width: 100;