Skip to content

Commit 056c063

Browse files
committedFeb 27, 2017
Added notes on using the watcher.
1 parent 307d59b commit 056c063

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed
 

‎README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![][lfe-tiny]][lfe-large]
44

5-
65
*Documentation source for Lisp Flavoured Erlang*
76

87

@@ -96,6 +95,21 @@ To only build the CSS:
9695
$ make css-dev
9796
```
9897

98+
Additionally, a `make` target is provided which compiles everything fresh,
99+
starts up a local dev HTTP server, and watches for changes in CSS, HTML
100+
templates, and LFE code:
101+
102+
```bash
103+
$ make serve-dev-watch
104+
```
105+
106+
The CSS watcher is a backgrounded `sass` process, and not native LFE, so you
107+
will need to kill it when you are done:
108+
109+
```bash
110+
$ make css-unwatch
111+
```
112+
99113

100114
### In the REPL [↟](#contents)
101115

0 commit comments

Comments
 (0)
Please sign in to comment.