X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=Gruntfile.js;h=7b3af54c957a287430dbe3c308110ffcab56baa2;hp=55b7932f002b1e4bfab0e935457d9751094ff39b;hb=444d768694c5b8868ecf283dc34b226f063c8a79;hpb=0295e7260bf52a1fc6c051ad010c40abd79e1721 diff --git a/Gruntfile.js b/Gruntfile.js index 55b7932f00..7b3af54c95 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,7 +14,10 @@ module.exports = function ( grunt ) { grunt.loadNpmTasks( 'grunt-karma' ); grunt.loadNpmTasks( 'grunt-stylelint' ); - karmaProxy[ wgScriptPath ] = wgServer + wgScriptPath; + karmaProxy[ wgScriptPath ] = { + target: wgServer + wgScriptPath, + changeOrigin: true + }; grunt.initConfig( { eslint: {