diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 15:14:23 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 15:14:23 +0100 |
| commit | 6b4550ab79b77f0889acad883bd7b5937c9c1299 (patch) | |
| tree | b2e9b8edd2952d9a83da517204ef164a1d0c7763 /Makefile | |
| parent | d3534969bd96f6931c50fb5e6c39569257ff4883 (diff) | |
| download | mitjafelicijan.com-6b4550ab79b77f0889acad883bd7b5937c9c1299.tar.gz | |
Added new post - pubsub server
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -1,4 +1,7 @@ | |||
| 1 | dev: | 1 | watch: |
| 2 | find content/*.md | entr make generate | ||
| 3 | |||
| 4 | server: | ||
| 2 | browser-sync start --server ./public --watch --no-open --no-notify | 5 | browser-sync start --server ./public --watch --no-open --no-notify |
| 3 | 6 | ||
| 4 | clean: | 7 | clean: |
