I recently blogged a lot about static websites and continuous integration . There was still one step missing in my continuous integration cycle: minification.
Wercker is a great CI tool and it allows you to create custom build steps that can be reused in several projects. So I created a build step to minify HTML, CSS and JS files.
The build step is available at https://github.com/sdebruyn/wercker-step-minify
and all you have to do is include samueldebruyn/minify as a step in your wercker.yml file.
