-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# cssrefresh | ||
refresh css files | ||
|
||
CSSrefresh is a small javascript library that monitors the CSS-files included in your | ||
webpage. Within 1 second after changing an included css file the style changes are | ||
applied to the webpage without reloading the browser. | ||
|
||
This project is inspired by | ||
[http://cssrefresh.frebsite.nl/](http://cssrefresh.frebsite.nl/), but rewritten from | ||
scratch as I couldn't find any github repository or twitter profile to communicate the | ||
issue that made it not working for me anymore. | ||
|
||
Usage | ||
-- | ||
|
||
```html | ||
<body> | ||
<script async src="https://it-ony.github.io/cssrefresh/cssrefresh.js"></script> | ||
</body> | ||
``` | ||
|
||
or visit [https://it-ony.github.io/cssrefresh](https://it-ony.github.io/cssrefresh) and | ||
drag the bookmarklet to your bookmark bar. |