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.
Using prismjs for code syntax highlighting with browserify and npm 26 June 2018 We use prismjs to generate fancy code snippets. Beware of language dependencies when loading language modules directly with 'require'.
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 ()".