2.1.1 • Published 11 years ago

docpad-plugin-browserify v2.1.1

Weekly downloads
20
License
-
Repository
github
Last release
11 years ago

Browserify for Docpad

Runs Browserify on JavaScript files specified with the extension .b, .bwsrfy or .bowserify

Installation

It's not on npm yet, so install it to the plugins directory of your docpad site.

From within your docpad project:

mkdir plugins

cd plugins

git clone https://github.com/digitaldesigndj/docpad-plugin-browserify browserify

Syntax Highlighting

If you are using Sublime Text You can add the following file to Packages/User and restart Sublime Text

JavaScript.sublime-settings

{
    "extensions":
    [
        "b","bwsrfy","browserify"
    ]
}

This will keep the JavaScript syntax highlighting intact when you change the extensions to example.js.b etc...

License

MIT

2.1.1

11 years ago

2.1.0

11 years ago

2.0.3

11 years ago

2.0.2

11 years ago

2.0.1

11 years ago

2.0.0

11 years ago