.. | ||
bundle.js | ||
index.html | ||
main.js | ||
README.md |
browserify test
First run
npm install jquery-browserify
Then run
browserify main.js > bundle.js
Then open index.html and console and scroll with the mousewheel. Should see the events being logged.
.. | ||
bundle.js | ||
index.html | ||
main.js | ||
README.md |
First run
npm install jquery-browserify
Then run
browserify main.js > bundle.js
Then open index.html and console and scroll with the mousewheel. Should see the events being logged.