diff --git a/services/web/app/views/project/editor.pug b/services/web/app/views/project/editor.pug index c3fd408e10..582e0f3541 100644 --- a/services/web/app/views/project/editor.pug +++ b/services/web/app/views/project/editor.pug @@ -165,5 +165,5 @@ block requirejs data-main=buildJsPath("ide.js", {hashedPath:false, fingerprint:false}), baseurl=fullJsPath, data-ace-base=buildJsPath(lib('ace'), {fingerprint:false}), - src=buildJsPath('libs/require.js', {hashedPath:true}) + src=buildJsPath('libs/require.js', {hashedPath:false}) )