livereactload

v2.3.0-rc7
Live code editing with Browserify and React
react livereload real-time browserify-plugin development

prepublish

npm run dist

dist

npm run compile && npm run remove-maps

precompile

rm -rf lib/*

compile

babel src --out-dir lib

postcompile

cp src/reloading.js lib/

remove-maps

find lib -type f -name '*.map' -delete

pretest

npm run compile

test

babel-tape-runner test/**/*Test.js ; EXIT_VALUE=$? ; killall node ; exit $EXIT_VALUE

Metadata

  • MIT
  • Whatever
  • Matti Lankinen
  • released 7/18/2016

Downloads

Maintainers