The "-k" option tells gzip to keep the original files intact and is an alternative to `gzip -c file > file.gz`. It was implemented in 2013: http://git.savannah.gnu.org/cgit/gzip.git/commit/?id=0192f02 There are a few popular operating systems (ie, Red Hat 7, Debian Wheezy) whose version of gzip does not have the "-k" option. Compiling assets breaks on these operating systems. Using "-c" instead ensures that it works even with older versions of gzip. |
||
|---|---|---|
| .. | ||
| add_topic_to_quotes.rake | ||
| admin.rake | ||
| api.rake | ||
| assets.rake | ||
| auto_annotate_models.rake | ||
| autospec.rake | ||
| avatars.rake | ||
| backfill.thor | ||
| build_test_topic.rake | ||
| build.rake | ||
| cdn.rake | ||
| db.rake | ||
| disqus.thor | ||
| docker.rake | ||
| emoji.rake | ||
| i18n_stats.rake | ||
| images.rake | ||
| integration.rake | ||
| plugin.rake | ||
| populate.thor | ||
| posts.rake | ||
| qunit.rake | ||
| release_note.rake | ||
| rspec.rake | ||
| scheduler.rake | ||
| search.rake | ||
| smoke_test.rake | ||
| typepad.thor | ||
| uploads.rake | ||
| user_actions.rake | ||