You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
The latest mobify.js on Github is partially minified. Are you guys sure this is a version for human eyes? It seems that you've just decided to not use almond.js, though.
The text was updated successfully, but these errors were encountered:
@zrw354 I actually never noticed that :). We moved away from Almond.js and went with Browserify. Seems like the loader they insert comes in minified. Adding to my TODO list to check if we can get that snippet unminified. Did a quick googling and couldn't figure it out right away - seems like someone has a similar complaint though: browserify/browserify#623
@jansepar you can provide an opts.prelude (and opts.preludePath, for sourcemaps) to browserify's API that accepts a string version of the prelude. The repo (and the package) of browser-pack includes the unminified source.
I do not know if you can provide custom options to grunt-browserify very easily, but I'll leave that to you. ✨
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The latest mobify.js on Github is partially minified. Are you guys sure this is a version for human eyes? It seems that you've just decided to not use almond.js, though.
The text was updated successfully, but these errors were encountered: