Skip to content

Commit 366cf0e

Browse files
author
pemrouz
committed
docs: update readme
1 parent e30935a commit 366cf0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Coverage Status](https://coveralls.io/repos/rijs/resdir/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/resdir?branch=master)
33
[![Build Status](https://travis-ci.org/rijs/resdir.svg)](https://travis-ci.org/rijs/resdir)
44

5-
Loads everything in the `resources` directory
5+
Loads everything in your `./resources` directory on startup so you do not have to require and register each file manually. During development, this will watch for any changes in your resources folder and reregister it on change. So if you change a resource it will be synchronised with the client, then redrawn without any refreshes (hot reload). See [rijs/export](https://github.com/rijs/export#ripple--export) for similar if you are using Ripple without a server.
66

77
Styles (CSS) will registered under the name matching their filename (with `.css`)
88

0 commit comments

Comments
 (0)