Disable load timeout in requirejs

This commit is contained in:
Michaël Lhomme 2015-08-17 21:41:04 +02:00
parent af39e4de3e
commit 0dc263d919

View File

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