Browse Source

Disable load timeout in requirejs

Michaël Lhomme 10 years ago
parent
commit
0dc263d919
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tasks/options/requirejs.js

+ 1 - 0
tasks/options/requirejs.js

@@ -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,