You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: