Package Exports
- docpad-plugin-browserify
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (docpad-plugin-browserify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Browserify for Docpad
Runs Browserify on JavaScript files specified with the extension .b
, .bfy
, .bwsrfy
or .bowserify
Installation
npm install -g docpad-plugin-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","bfy","bwsrfy","browserify"
]
}
This will keep the JavaScript syntax highlighting intact when you change the extensions to example.js.b
etc...
License
MIT