diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-08-08 22:21:41 -0700 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-08-08 22:21:41 -0700 |
commit | 0053b2a1c497832da23f6dcb3ea628f3c8bb4d30 (patch) | |
tree | 686c829a39a32059db3b57315ba0bbd9552675e8 /guides | |
parent | 7fa93ceea814d2692958f6850a35ac2d42b184b5 (diff) | |
parent | b83985bc6b964992015bc1750ec9b9bab46f3fd8 (diff) | |
download | rails-0053b2a1c497832da23f6dcb3ea628f3c8bb4d30.tar.gz rails-0053b2a1c497832da23f6dcb3ea628f3c8bb4d30.tar.bz2 rails-0053b2a1c497832da23f6dcb3ea628f3c8bb4d30.zip |
Merge pull request #11815 from yaotti/patch-1
Fix a broken link [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/asset_pipeline.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index 639a00817b..862742679c 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -905,7 +905,7 @@ Customizing the Pipeline ### CSS Compression There is currently one option for compressing CSS, YUI. The [YUI CSS -compressor]((http://yui.github.io/yuicompressor/css.html) provides +compressor](http://yui.github.io/yuicompressor/css.html) provides minification. The following line enables YUI compression, and requires the `yui-compressor` |