[Grunt homepage](https://github.com/gruntjs/grunt) | [Documentation table of contents](toc.md) # Example gruntfiles Take a look at these example gruntfiles to see a few of the possible variations: * [Sample jQuery plugin gruntfile](https://github.com/gruntjs/grunt-init-jquery-sample/blob/master/grunt.js) (as generated by the `init:jquery` task) * [Sample CommonJS module gruntfile](https://github.com/gruntjs/grunt-init-commonjs-sample/blob/master/grunt.js) (as generated by the `init:commonjs` task) * [Sample Node.js npm module gruntfile](https://github.com/gruntjs/grunt-init-node-sample/blob/master/grunt.js) (as generated by the `init:node` task) * [grunt's gruntfile](../grunt.js) * [javascript-hooker's gruntfile](https://github.com/cowboy/javascript-hooker/blob/master/grunt.js) * [glob-whatev's gruntfile](https://github.com/cowboy/node-glob-whatev/blob/master/grunt.js) _(Do you have a really crazy gruntfile? Let me know by filing an issue, and I'll try to include it here._