This PR bring make dev back to working order. Changes to the less files cause the css to be rebuild and the styles to hot-reload in your browser ~1s later.
have nodemon watch for changes in less files rather than css.
avoid triggering hugo when a less file changes
fix the make command so it installs and builds all the things.
This PR bring
make dev
back to working order. Changes to the less files cause the css to be rebuild and the styles to hot-reload in your browser ~1s later.make
command so it installs and builds all the things.License: MIT Signed-off-by: Oli Evans oli@tableflip.io