Skip to content

Commit 216d1de

Browse files
committed
Simplifying the readme.
1 parent 8cf0d59 commit 216d1de

File tree

1 file changed

+6
-39
lines changed

1 file changed

+6
-39
lines changed

README.md

Lines changed: 6 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,14 @@
11
# Grunt: The JavaScript Task Runner [![Build Status](https://secure.travis-ci.org/gruntjs/grunt.png?branch=master)](http://travis-ci.org/gruntjs/grunt)
22

3-
Check out our [getting started guide] for a primer on how to use grunt.
3+
### Documentation
44

5-
## Documentation
6-
Take a look at our [wiki] for all the things.
5+
Visit the [gruntjs.com](http://gruntjs.com/) website for all the things.
76

8-
## Support / Contributing
9-
Before you make an issue, please read our [contribution guide].
7+
### Support / Contributing
8+
Before you make an issue, please read our [Contributing](http://gruntjs.com/contributing) guide.
109

1110
You can find the grunt team in [#grunt on irc.freenode.net](irc://irc.freenode.net/#grunt).
1211

12+
### Release History
1313

14-
## Release History
15-
_(Until v1.0.0, this will only be updated when major or breaking changes are made)_
16-
17-
* 2012/06/25 - v0.3.10 - Updating a few dependencies to work with node 0.8.x (0.6.x should still work).
18-
* 2012/04/18 - v0.3.9 - The min task (via the uglify helper) now appends a semicolon to the end of the generated source.
19-
* 2012/04/06 - v0.3.8 - Init template tweaks. Anchor links added to docs, along with grunt-internal docs task to generate them. The watch task now supports multiple targets with separate wildcards and tasks. Locally-installed grunt will override global grunt even when run from global "grunt" script.
20-
* 2012/04/01 - v0.3.7 - Tweaked the behavior of the init template `exports.warnOn` property and added more init template documentation. Fixed duplicate PhantomJS debug output in qunit task. Added useful nodeunit and qunit comments into init template generated test .js files.
21-
* 2012/03/28 - v0.3.6 - Fixed a `--help` screen issue, a few grunt plugin related issues, and attempted to improve the overall grunt plugin docs and API.
22-
* 2012/03/27 - v0.3.5 - Fixed a handful of weird Windows issues. Changed default m/d/yyyy dates to yyyy-mm-dd ISO 8601. Fixed some init task bugs, docs errata, and added a lot more content to the init task docs.
23-
* 2012/03/26 - v0.3.3 - Added a "gruntfile" init template. Create a basic Gruntfile in seconds with `grunt init:gruntfile`. A few other minor fixes.
24-
* 2012/03/25 - v0.3.2 - Init tasks can now specify a file matching wildcard for the initial "files exist" warning. The jQuery init template now has jQuery 1.7.2. Fixed a bug in the `task.expand*` methods.
25-
* 2012/03/25 - v0.3.1 - Added a few methods. Substantially reworked the init task and templates.
26-
* 2012/03/23 - v0.3.0 - Too many changes to list. But in brief: completely reorganized the API, removed all globals, added docs and examples for nearly everything, built a preliminary plugin system (that still needs to be tested). PLEASE RTFM OK? THX U.
27-
* 2012/02/03 - v0.2.14 - Added a server task (which starts a static webserver for your tasks). The qunit task now uses PhantomJS instead of Zombie.js (4768 of 4971 jQuery unit test pass, neat), and supports both file wildcards as well as http:// or https:// urls. (static webserver, anyone?). Grunt should no longer "hang" when done.
28-
* 2012/01/29 - v0.2.5 - Added a "qunit" task as well as an init "jquery" template (as of now, there are also "node" and "commonjs" init templates).
29-
* 2012/01/22 - v0.2.1 - Removed handlebars, templates are universally handled by underscore now. Changed init task template tags from <% %> to {% %}. Banners beginning with /*! will no longer be stripped.
30-
* 2012/01/22 - v0.2.0 - Added "init" task with a sample template, reworked a lot of code. Hopefully it's backwards-compatible.
31-
* 2012/01/11 - v0.1.0 - Initial release.
32-
33-
## License
34-
Copyright (c) 2012 "Cowboy" Ben Alman, contributors
35-
Licensed under the MIT license.
36-
<https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT>
37-
38-
[node]: http://nodejs.org/
39-
[npm]: http://npmjs.org/
40-
[jshint]: http://www.jshint.com/
41-
[uglify]: https://github.com/mishoo/UglifyJS/
42-
[nodeunit]: https://github.com/caolan/nodeunit
43-
[qunit]: http://docs.jquery.com/QUnit
44-
[phantom]: http://www.phantomjs.org/
45-
[contribution guide]: http://gruntjs.com/contributing
46-
[getting started guide]: http://gruntjs.com/getting-started
47-
[wiki]: http://github.com/gruntjs/grunt/wiki
14+
* 2013-02-18 - v0.4.0 - Initial release of 0.4.0. See http://gruntjs.com/upgrading-from-0.3-to-0.4 for a list of changes / migration guide.

0 commit comments

Comments
 (0)