Skip to content

eldoy/wdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Websocket automatic code reloading

Use this library to automatically reload the page when you restart your development web server (on save).

Made to work with the Waveorb Web Development Framework.

Usage

Copy the dev.js file to app/assets/js and include it in your layout (default.js) with:

${process.env.NODE_ENV === 'development' ? '<script src="/js/dev.js"></script>' : ''}

MIT Licensed. Enjoy!

About

Websocket automatic code reloading

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages