Request: Unminified dist file for debugging
Closed this issue · 5 comments
shellscape commented
I'd like to request an unminified version of the script in the dist
directory for use with the rawgit cdn.
IonicaBizau commented
Just use browserify lib/index.js -s GitHubCalendar -o dist/gh-cal.js
.
That's what dist-it does + babelify + minify. 😁
shellscape commented
Why not add that as an additional script in package.json? (trying to help push this towards a more user-friendly project)
IonicaBizau commented
@shellscape It should be a dist-it
option, probably. 😄
shellscape commented
sooo you don't want to make this more user-friendly? ok, I guess.
IonicaBizau commented
This is dist-it related and it's about the same problem across repositories, so, let's handle it in dist-it
.