Merge pull request #16 from seriousben/document-bookmarklet

documenting bookmarklet
This commit is contained in:
Benjamin Boudreau 2018-06-03 16:06:25 -04:00 committed by GitHub
commit 4e01bb3fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Easy creation of an embeddable widget. - https://seriousben.github.io/embeddable
* Full ES6/ES2015 support (with Babel)
* Package fonts, css, json, javascripts together into one single package (with Webpack)
* No css styling conflicts between the host page and the widget (with https://github.com/premasagar/cleanslate)
* Bookmarklet supported for fast testing and demonstration
* User theming of widget
* Obfuscating of the widget code
* Unit Tested with code coverage enabled
@ -54,6 +55,7 @@ $ npm run build
- [x] Production Build
- [x] Minified
- [x] Add greenkeeper
- [x] Bookmarklet
- [ ] Reset / Cleanslate / No-conflicts of styles
- [ ] Obfuscation
- [ ] Integrate eslint with webpack