Skip to content

Commit

Permalink
Merge pull request asciidisco#89 from gaearon/patch-1
Browse files Browse the repository at this point in the history
Fix typo & add a link to grunt-closure-compiler
  • Loading branch information
asciidisco committed Jan 29, 2014
2 parents 0f66c35 + 28e90a9 commit e869e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Example require js optimizer config entry:

There is no difference between declaring your require config in your Gruntfile and using a separate requirejs config file.

> Note: Minification via Clossure Compiler is not supported!
> Note: Minification via Closure Compiler is not supported! You can, however, use [grunt-closure-compiler](https://github.com/gmarty/grunt-closure-compiler) as a separate build step after grunt-requirejs.
## Almond
_grunt-requirejs is capable of replacing require.js with almond.js automatically_
Expand Down

0 comments on commit e869e59

Please sign in to comment.