Getting started with Grunt.js
Grunt is a command line Javascript task runner utilizing Node.js platform. It runs custom defined repetitious tasks and manages process automation. The project’s homepage lists many big players in software development that use Grunt in their development as part of continuous integration workflow. Use case of Grunt.js Let’s say you’re a front-end developer and you […]