Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Get rid separate minified JS files in dist #36

Closed
mischah opened this issue Aug 20, 2015 · 2 comments
Closed

Get rid separate minified JS files in dist #36

mischah opened this issue Aug 20, 2015 · 2 comments

Comments

@mischah
Copy link
Member

mischah commented Aug 20, 2015

Until now we create minified versions of each and every JS file beside built.min.js.
Therefore dist/assets/js ends up being packed with files like:

base.min.js
built.min.js
moduleFoo.min.js
moduleBar.min.js
moduleFooBar.min.js

I don’t see any need for these files (besides built.min.js of course ☺️ )

@krnlde Do you agree with getting rid of them?

@krnlde
Copy link
Contributor

krnlde commented Aug 20, 2015

Yes, since for development we use the uncombined, unminified sources.

@mischah mischah changed the title Do we need separate minified JS files in dist? Get rid separate minified JS files in dist? Aug 21, 2015
@mischah mischah changed the title Get rid separate minified JS files in dist? Get rid separate minified JS files in dist Aug 21, 2015
@mischah mischah added the done label Sep 1, 2015
@mischah
Copy link
Member Author

mischah commented Sep 1, 2015

Done in develop branch. Will make it into master in the next release. 😘

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

No branches or pull requests

2 participants