highlight.js-postbuild

0.0.6 • Public • Published

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" ]
        }
    }
}

For bower installation

Bower does not support automatic postinstall scripts, so you should add to your applications .bowerrc the build script

{ "scripts": { "postinstall": "node bower_components/highlight.js-postbuild/tools/customize" } }

Readme

Keywords

none

Package Sidebar

Install

npm i highlight.js-postbuild

Weekly Downloads

5

Version

0.0.6

License

none

Last publish

Collaborators

  • tenbits