vendor.min.js doesnt compile
kirylrb opened this issue · 3 comments
kirylrb commented
subj
dmnsgn commented
You probably need to install uglify-js globally: npm install uglify-js -g
. The readme does not specify it. I will try to solve that by adding it as a local dev dependency soon.
kirylrb commented
Thank you.
dmnsgn commented
Should be fixed in the 1.4.0 version: 9a31d3c#diff-4646546d57c5cd24dfdec09bc5183484R77
Running gulp --env prod
on a fresh install compile vendor.min.js.