UNPKG

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