You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2018. It is now read-only.
skywickenden edited this page Nov 5, 2014
·
10 revisions
Windows Note
Just a quick note about using this on WAMP and possibly other Windows stacks. The wamp apache service uses the system user, however node installs uglifyjs in the C:\Users<Username>\AppData\Roaming\npm of the user that installs it. This creates a permissions problem and the exec call in Uglify.php silently fails. Since this is just a development machine I solved it by changing the wampapache service to use my user account and php exec can now see uglifyjs