Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minification #294

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Minification #294

wants to merge 11 commits into from

Conversation

wkosla
Copy link

@wkosla wkosla commented Oct 4, 2018

I really love enduro, how minimalistic and fast it is, but it always annoyed me how even when deploying for production, it would generate sourcemaps and not minify my assets, effectively doubling (at least) the file size. When using it for deploying static websites, I'd just use additional gulp tasks to minify the generated files. However recently I wanted to try deploying it as a cms with admin panel, so I thought I'd try modifying enduro itself, so that when I'm running enduro start or enduro render (basically deploying for production) it would generate already minified files. This was obviously done for my private reasons and purposes, but I might as well just share it. I imagine, since the change was really easy to make, there was a reason for it being that way and not the other (?).

PS. Since choice is always good, I also added additional flag, --nominify or just -m, so you can still deploy unminified, if you wanted to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant