gbirke / Sanitize.js

Sanitize.js is a whitelist-based HTML sanitizer.
http://github.com/gbirke/Sanitize.js
339 stars 63 forks source link

grunt-wiredev #17

Open serviceendpoints opened 7 years ago

serviceendpoints commented 7 years ago

This library should support Grunt, and grunt-wiredev.

Please include a new file named: bower.json as below: { "name": "sanitize", "description": "Sanitize.js is a whitelist-based HTML sanitizer. Given a list of acceptable elements and attributes, Sanitize.js will remove all unacceptable HTML from a DOM node.", "version": "1.0.0", "main": [ "lib/sanitize.js" ] }

This is a good blog for more detail:

http://colintoh.com/blog/bower-best-served-with-build-tool