Bloggify/github-calendar

Request: Unminified dist file for debugging

Closed this issue · 5 comments

I'd like to request an unminified version of the script in the dist directory for use with the rawgit cdn.

Just use browserify lib/index.js -s GitHubCalendar -o dist/gh-cal.js.

That's what dist-it does + babelify + minify. 😁

Why not add that as an additional script in package.json? (trying to help push this towards a more user-friendly project)

@shellscape It should be a dist-it option, probably. 😄

sooo you don't want to make this more user-friendly? ok, I guess.

This is dist-it related and it's about the same problem across repositories, so, let's handle it in dist-it.

/cc IonicaBizau/dist-it#9