docpad-archive / docpad-plugin-browserifybundles

Bundle files into browserify packages. Use https://github.com/docpad/docpad-plugin-browserifydocs instead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow use of mybundle.js

RobLoach opened this issue · comments

Allow use of exposing Browserify in the meta-data, instead of just in the plugin's config.

Move it into meta of .js files?

myfile.js

---
browserify: true or the other options
---

var event = require('EventEmitter');