From 28e90a9966a1fe09285c72c3e4953a9e8753f068 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 29 Jan 2014 14:32:41 +0300 Subject: [PATCH] Fix typo & add a link to grunt-closure-compiler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b27841..6d02ca6 100644 --- a/README.md +++ b/README.md @@ -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_