UNPKG

grunt

Version:

A task-based command line build tool for JavaScript projects.

15 lines (10 loc) 1.02 kB
[Grunt homepage](https://github.com/cowboy/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/cowboy/grunt-jquery-example/blob/master/grunt.js) (as generated by the `init:jquery` task) * [Sample CommonJS module gruntfile](https://github.com/cowboy/grunt-commonjs-example/blob/master/grunt.js) (as generated by the `init:commonjs` task) * [Sample Node.js npm module gruntfile](https://github.com/cowboy/grunt-node-example/blob/master/grunt.js) (as generated by the `init:node` task) * [grunt's gruntfile](https://github.com/cowboy/grunt/blob/master/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._