minify, jshint, cssminify, htmlminify in one project, change the file names and project structure. clone the repository,
$ cd project_folder,
$ sudo npm install
after dependices installed in command line type:
$ grunt
you can specifically do tasks by names also, see the gruntfile.js
$ grunt htmlmin
$ grunt cssmin