Files
discourse/lib
Jamie Nguyen 5d16db1c48 Avoid gzip "-k" option for wider OS compatibility
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.
2015-02-24 15:19:23 +00:00
..
2014-12-23 01:12:26 +01:00
2015-02-12 14:40:07 +11:00
2014-09-04 15:01:13 +10:00
2014-08-19 20:56:25 +10:00
2014-06-18 20:05:18 +02:00
2015-02-19 16:58:22 +11:00
2014-06-16 10:24:54 +10:00
2015-02-04 21:37:02 +11:00
2014-12-23 01:12:26 +01:00
2015-01-19 15:00:55 +01:00
2015-02-12 15:07:17 +11:00
2014-11-18 11:52:10 +11:00
2015-01-19 15:00:55 +01:00
2015-01-19 15:00:55 +01:00
2015-02-19 16:27:43 -05:00