diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 06:06:44 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 06:06:44 +0100 |
| commit | d3534969bd96f6931c50fb5e6c39569257ff4883 (patch) | |
| tree | d5d9ded65be06047999a62642e17950ef82f4a72 /Makefile | |
| parent | c2cc12278b4bea016c6f73537d99a9b48158898c (diff) | |
| download | mitjafelicijan.com-d3534969bd96f6931c50fb5e6c39569257ff4883.tar.gz | |
Cleaned up some content
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | dev: | 1 | dev: |
| 2 | browser-sync ./public/ -w --no-notify --no-open --extensions=.html | 2 | browser-sync start --server ./public --watch --no-open --no-notify |
| 3 | 3 | ||
| 4 | clean: | 4 | clean: |
| 5 | rm -rf public/* | 5 | rm -rf public/* |
