Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links to Grunt docs #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ First you need to download a [build of Closure Compiler](http://code.google.com/

Optionally, you can set up an environment variable called `CLOSURE_PATH` that points to your Closure Compiler dir (see [details below](#set-up-the-environment-variable)).

Install this module on your project's [grunt.js gruntfile](https://github.com/cowboy/grunt/blob/master/docs/getting_started.md):
Install this module on your project's [grunt.js gruntfile](https://gruntjs.com/getting-started#the-gruntfile):
```bash
$ npm install grunt-closure-compiler
```
Expand Down Expand Up @@ -115,7 +115,7 @@ To deactivate report creation, set `noreport` to `true`.

### `js` property

This task is a [multi task](https://github.com/cowboy/grunt/blob/master/docs/types_of_tasks.md), you can specify several targets. The task can minify many scripts at a time.
This task is a [multi task](https://gruntjs.com/creating-tasks#multi-tasks), you can specify several targets. The task can minify many scripts at a time.

`js` can be an array if you need to concatenate several files to a target.

Expand Down