Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 474 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 474 Bytes

amokify

A browserify plugin which complements amok with post-patch execution of top level module expressions.

Note that this is very experimental.

INSTALL

npm install caspervonb/amokify [--save]

USAGE

With amok

$ amok entry.js --browser chrome --compiler watchify -- --plugin amokify --full-paths

With watchify

$ watchify entry.js --outfile build/entry.js --plugin amokify
$ amok build/entry.js --browser chrome