highlight.js-postbuild
v0.0.6
Published
The `highlight.js` package will be created on postinstall with languages you specify in your application `package.json` or `bower.json`, e.g.:
Readme
Highlight.js post-build package for npm and bower.
The highlight.js package will be created on postinstall with languages you specify in your application package.json or bower.json, e.g.:
{
"name": "MyPackage",
"settings": {
"highlight": {
"langs": [ "xml", "css", "javascript" ]
}
}
}:exclamation: For
bowerinstallationBower does not support automatic
postinstallscripts, so you should add to your applications.bowerrcthe build script
{ "scripts": { "postinstall": "node bower_components/highlight.js-postbuild/tools/customize" } }
