Skip to content

emeth-/css-auto-refresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

CSS-Auto-Refresh

v1.0
Sean Kooyman Blog

How to use

  1. Copy this code into a bookmark
javascript:(function(){var script=document.createElement('script');script.setAttribute('src','http://htmlpreview.github.com/?https://github.com/seanybob/css-auto-refresh/master/css-auto-refresh.js');document.getElementsByTagName('head')[0].appendChild(script);})();



  1. OR Use this chrome extension made by David Cushman which uses this file as its base.

About

Javascript that, when added to a page, reloads css files as they are changed (removing the old versions).

About

Automatically refresh CSS files as you edit them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published