Get more with Less using Grunt
June 22nd, 2014 | 7 min read | Grunt, JavaScript, LESSIn my previous tutorial I explained how you could use Grunt to create a nice and easy build environment. We did stuff like checking our code quality using JSHint, concatenated and minified files, ran our unit tests, … Most of these changes didn’t require any change to our code (except the location of our freshly […]