This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 865
npm run package do not minify js #695
Comments
I agree that it would be better the way you suggest. In the meantime, you can run:
That should give you minified files in your package. |
Thanks Colin, but I already tried "npm run package --production" and the foundation.js is not minified... ;) |
The command you tried is different from the one I told you to use. Try the one I suggested. |
Oh yeah, sorry! I add to install gulp globally to be able to run the "gulp" command and yes it's working. Thanks. |
Thanks! :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello.
Don't you think it would be better if "npm run package" create a "production" package?
Actually when we create a package, the js is not minified.
If I do "npm run production" the js is minified but I don't have any package...
The text was updated successfully, but these errors were encountered: