Medium.js
Medium.js copied to clipboard
Implement gulp.js
I'd like to implement Grunt.js to do more than concatenate/minify scripts
- Concatenate
- Uglify (with optional source maps)
- JS Hint
Would this be something you'd be interested in accepting in a PR?
Sure. But would you consider gulp? I have no experience with grunt, but have used gulp several times.
On 12:07PM, Fri, Feb 27, 2015 Jacob Kelley [email protected] wrote:
I'd like to implement Grunt.js to do more than concatenate/minify scripts
- Concatenate
- Uglify (with optional source maps)
- JS Hint
Would this be something you'd be interested in accepting in a PR?
— Reply to this email directly or view it on GitHub https://github.com/jakiestfu/Medium.js/issues/141.
Sure sure, gulp it is! I'll send a pull request soon. If there are lint errors I'll fix them in their own commit.
whichever is simpler. Jacob, your humility is amazing... This is your repo.
On Fri, Feb 27, 2015 at 2:52 PM, Jacob Kelley [email protected] wrote:
Would you care if I converted what little CSS is used to less or sass? I'll still be including dist files so users can access them directly.
— Reply to this email directly or view it on GitHub https://github.com/jakiestfu/Medium.js/issues/141#issuecomment-76460290.
Robert Plummer