ghostmodeify

0.1.1 • Public • Published

ghostmodeify

prepend browsersync-client script tag to bundle.js

It will enable ghost-mode to synchronize clicks, scrolls, location and 'form' events across connected webviews (browsers, ...)

Install

npm install ghostmodeify --save-dev

Usage

var browserify      = require('browserify')
var ghostmodeify  = require('ghostmodeify')
 
var b = browserify()
b.add('/path/to/your/source/file.js')
b.plugin(ghostmodeify)
b.bundle().pipe(process.stdout)

or

npm install browserify ecstatic -g
ecstatic & browserify index.js -p ghostmodeify > bundle.js

or

npm install watchify ecstatic -g
ecstatic & watchify index.js -p ghostmodeify -o bundle.js -dv

where

<!-- index.html -->
<body><script src="bundle.js"></script></body>

so that index.html is served from localhost.

Roadmap

  • Rewride ghostmodeify so that it also works when index.html is just opened through "doubleclick", which needs a change to browser-sync. If you want to help with that, drop me a message

Package Sidebar

Install

npm i ghostmodeify

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • serapath