Commit 57687625 by Torkel Ödegaard

Merge pull request #2539 from papylhomme/master

Disable load timeout in requirejs
parents ca9c1148 0dc263d9
......@@ -8,6 +8,7 @@ module.exports = function(config,grunt) {
dir: '<%= destDir %>',
mainConfigFile: '<%= tempDir %>/app/components/require.config.js',
baseUrl: './app',
waitSeconds: 0,
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