Update this library with 2016 web "standards" (bower, npm, markdown, ...)
Closed this issue · 2 comments
Tuizi commented
I would like to add those features:
- Use npm instead of a make file: It's common to every package those days, and npm is crossplatform, easier for Windows developers to collaborate on this repository
- Make this package a bower package: http://bower.io/docs/creating-packages/#register
- Use grunt builder instead of make file (minify, concat, jshint, etc...) (same reason as point 1)
- Use markdown instead of text file (GitHub standard, reformat document, etc...), including #9
What do you think
jeffchan commented
- I think I agree. Not religious about the Makefile
- It seems like the community is moving towards
npm
. https://gofore.com/ohjelmistokehitys/stop-using-bower/ - I personally prefer to use gulp/webpack -- happy to take a PR for this.
- I merged #9
Unfortunately I'm not actively using this, so I'm happy to accept PR's or add you as a contributor.
Tuizi commented
Yes I would like to be a contributor :). I'm actively using this library!
- 👍
- Yes, it's true so no bower
- I will use gulp (webpack is overkill for a tiny library)
- 👍