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 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