Skip to content
Snippets Groups Projects
Commit 2e4082a5 authored by Anton Guz's avatar Anton Guz
Browse files

MAGETWO-32484: Stabilization of changes and bug fixing

 - legacy-build with more polite settings
parent 6078d066
Branches
No related merge requests found
...@@ -142,7 +142,8 @@ module.exports = function (grunt) { ...@@ -142,7 +142,8 @@ module.exports = function (grunt) {
legacy: { legacy: {
options: { options: {
type: 'yui-js', type: 'yui-js',
tempPath: 'var/cache/' tempPath: 'var/cache/',
options: ['--nomunge=true']
}, },
files: { files: {
'<%= config.path.uglify.legacy %>': [ '<%= config.path.uglify.legacy %>': [
......
This source diff could not be displayed because it is too large. You can view the blob instead.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment