Tame your Node build system with Docker
Front-end build systems can easily get out of hand - but you can control them with docker
April 25, 2015
Like many web companies we no longer write HTML, CSS and JS and simply push them to our live servers. We have a front-end build 'system', which manages all of the tasks required to convert our source content to our static output. This includes CSS pre-processing, CSS and JS minification and concatenation, something clever to do with . . .