Running Make when files are changed 6 July 2018 How to use inotifywait in a shell script to run Make when files are changed.
Making websites with Make: a comparison of build tools 4 July 2018 Make is a declarative, pattern matching, general purpose build tool enabling fast website builds with dependency checking and parallel execution.
Concatenating browserify builds 24 June 2018 Missing semicolon alert: concatenating browserify builds when using source maps without the --standalone option causes a fatal error: "Cannot find module 'function ()".