Skip to content

Commit 2e4082a

Browse files
committed
MAGETWO-32484: Stabilization of changes and bug fixing
- legacy-build with more polite settings
1 parent 6078d06 commit 2e4082a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ module.exports = function (grunt) {
142142
legacy: {
143143
options: {
144144
type: 'yui-js',
145-
tempPath: 'var/cache/'
145+
tempPath: 'var/cache/',
146+
options: ['--nomunge=true']
146147
},
147148
files: {
148149
'<%= config.path.uglify.legacy %>': [

lib/web/legacy-build.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)