sample grunt file and package json for website development This is a sample project where I have written tasks in gruntfile.js, these are as follows:
- minify the javascript and use it in production (assets/js)
- compile the saas file to css file by minifying it (assets/css)
- htmlhint task to validate the HTML markup
All the dependencies are specified in the package.json file