Commit 0dc263d9 by Michaël Lhomme

Disable load timeout in requirejs

parent af39e4de
...@@ -8,6 +8,7 @@ module.exports = function(config,grunt) { ...@@ -8,6 +8,7 @@ module.exports = function(config,grunt) {
dir: '<%= destDir %>', dir: '<%= destDir %>',
mainConfigFile: '<%= tempDir %>/app/components/require.config.js', mainConfigFile: '<%= tempDir %>/app/components/require.config.js',
baseUrl: './app', baseUrl: './app',
waitSeconds: 0,
modules: [], // populated below, modules: [], // populated below,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment