0.0.6 • Published 8 years ago

highlight.js-postbuild v0.0.6

Weekly downloads
14
License
-
Repository
-
Last release
8 years ago

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

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago