-
Notifications
You must be signed in to change notification settings - Fork 18
NFR: Experimental branch for *UglifyJS2* #42
Comments
I strongly feel the solution here is to allow users to pass their own uglifyjs instance. This would let them use any version they please. |
I may end up forking this project just during the test period and bump the dep there (still testing ES5 minification and resource consumption)... haven't had much time to do much coding since New Years other than a few minor fixes here and there. I don't particularly like using git uri's in npm because they redownload the whole thing every |
I'm so sorry for the late reply. I was devoted to the school's stuff in the past several months and I haven't noticed this issue. I'm still deeply caught by exams currently and I will start dealing with this in a week. Thanks for your understanding! |
@summerwish |
I released a new version and you can pass your own UglifyJS instance into express-minify now. |
Kewl... Thanks. It's looking like I may have to make a new route though... I understand that the harmony branch is unstable but when two of the maintainers say there might be issues ... especially one with arrow functions... I might have to include UglifyJS2 directly as a dep and create a temporary route... but this will be good for local testing. Thanks again. :) |
Also I'm going to need a dump log of the errors encountered so I can pass that along to them with the |
Works here on the tested subset... I'll create a new NFR for a callback, or equivalent, for the error trap... currently it's set to "ignore" in this package. |
Be sure to report any crashes of uglifyjs on the harmony branch. File an issue and @mention me so I can find it in the sea of other issues, please! I would appreciate it a lot :) it's been hard work getting es6 into uglifyjs |
@fabiosantoscode I can say if the error message is too vague on the harmony branch I will not be storing and distributing the full source code of the affected in a log as that can get HUGE for storage if a bunch of revisions come through. We are currently a presentational userscript repository so we don't have diffs and versions. I'm sure someone will try fill up our VPS logs like they tried on USO if I stored each revision... which is part of the reason why they had lots of downtime. |
Heyo again... still pondering on that last NFR but keep getting yanked in different directions... anyhow...
I was hoping to see if you could add a specific branch to express-minify that has:
... in that branches
./package.json
to replace this line in order to let everyone test out mishoo/UglifyJS#448 .I've established a testing method on OpenUserJS and would like to easily switch between your primary release (npm of course) and a test branch on this GitHub repo.
Would this one liner with a branch creation be something you would be willing to do when you have a moment?
Thanks so much and have a good holiday if you are doing that sort of thing. :)
OUJS Admin
Refs:
The text was updated successfully, but these errors were encountered: