We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307d59b commit 056c063Copy full SHA for 056c063
README.md
@@ -2,7 +2,6 @@
2
3
[![][lfe-tiny]][lfe-large]
4
5
-
6
*Documentation source for Lisp Flavoured Erlang*
7
8
@@ -96,6 +95,21 @@ To only build the CSS:
96
95
$ make css-dev
97
```
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
110
+$ make css-unwatch
111
112
113
114
### In the REPL [↟](#contents)
115
0 commit comments