Skip to content

A tiny thing to make the browser reload css when files are changed on disk

Notifications You must be signed in to change notification settings

kristofferjs/quickreload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#QuickReload

A tiny thing to make the browser reload css and javascript when files are changed on disk. Saves you ~ 1 second for every edit.

Usage

$ sudo npm install -g quickreload

Start up the monitor from the command line in the root directory you want to monitor:

$ quickreload 

Include reloader.js in your web page:

<script src='//raw.github.com/bjoerge/quickreload/master/reloader.js'></script>

About

A tiny thing to make the browser reload css when files are changed on disk

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 61.1%
  • JavaScript 38.9%