Commit Graph

38 Commits

Author SHA1 Message Date
Yury Selivanov bec3e582cb Merge pull request #5 from nikolas/patch-1
Update README.rst
2015-12-16 10:07:00 -05:00
Nik Nyby 95d1600ddf Update README.rst 2015-12-16 10:03:47 -05:00
Yury Selivanov 233b7c9512 Merge pull request #4 from vlad003/master
Leave units on 0 time values.
2015-11-07 11:50:57 -05:00
Yury Selivanov 3a2a7886b9 Merge pull request #1 from wtayyeb/master
Improve css compress
2015-11-07 11:50:40 -05:00
Yury Selivanov 13d11b72ba Update travis 2015-11-07 11:45:55 -05:00
Andrei Vacariu 1832b3b9e8 Leave units on 0 time values.
Browsers ignore declarations in which there is a missing unit literal after
the 0, since omitting the unit on non-length data types is considered invalid.
2015-10-31 23:02:59 -07:00
wtayyeb 6700cd6ba4 Merge pull request #1 from sprymix/master
merge from upstream
2015-10-22 03:02:48 +03:30
Tayyeb 202e520791 add tests for preserve_exclamation_comments, -/+ signs before float numbers 2015-08-18 09:39:49 +04:30
Tayyeb bec5b9bc41 fix test.base.py to extent unittest.TestCase 2015-08-18 09:37:40 +04:30
Tayyeb 7c76b2cea1 preserve_exclamation_comments documented in method docstrings 2015-08-18 09:11:40 +04:30
Yury Selivanov 153ab1bb6c readme: Add travis ci badge 2015-08-18 00:28:41 -04:00
Yury Selivanov a3467f9f8d Drop python nightly from .travis 2015-08-18 00:27:18 -04:00
Yury Selivanov 649ee67931 Enable travis for 2.6 2015-08-18 00:24:53 -04:00
Yury Selivanov 0950e3f425 Add travis-ci script 2015-08-18 00:22:47 -04:00
Tayyeb dcf1736454 bump version to 0.9.4 2015-08-18 08:28:57 +04:30
Tayyeb 934f77fcad change -0.6 to -.6 and +1.2 to 1.2 2015-08-18 08:23:15 +04:30
Tayyeb 2a92757e7f add preserve_exclamation_comments flag to compress more! 2015-08-18 07:58:32 +04:30
Yury Selivanov 399e0a4a31 bump version to 0.9.3; add 'compress_partitioned' to csscompressor.__all__ 2014-04-03 21:55:35 -04:00
Yury Selivanov 5f98a44d80 Fix a bug compress_partitioned with some specific 'max_linelen' (trailing \n) 2014-04-03 21:53:16 -04:00
Yury Selivanov fe7fcf6b26 Add new function: compress_partitioned; bump version to 0.9.2 2014-04-01 14:44:48 -04:00
Yury Selivanov 93b443cb39 Bump version to 0.9.1 2013-10-09 12:46:12 -04:00
Yury Selivanov 0df88bc177 README: Add installation instructions 2013-10-09 12:43:57 -04:00
Yury Selivanov dc393ad599 Implement support for execution from command-line
To use 'csscompressor' as a command-line tool, simply run

   $ python3 -m csscompressor --help

Support: Python 2.7 & 3.3
2013-10-09 12:40:14 -04:00
Yury Selivanov ef0381ce76 Ignore setup.py-related directories 2013-10-09 12:25:35 -04:00
Yury Selivanov de22c5240c add MANIFEST.in to keep LICENSE in the distribution 2013-10-08 16:28:43 -04:00
Yury Selivanov d1146e358b readme: Add a note about how to run unittests 2013-10-08 16:22:22 -04:00
Yury Selivanov 211931c85d Add README and setup.py 2013-10-08 16:15:02 -04:00
Yury Selivanov 6b466160f5 python 2.6 compatibility 2013-10-08 16:06:29 -04:00
Yury Selivanov e3ac5240a2 restore python2.7 compatibility 2013-10-08 16:02:53 -04:00
Yury Selivanov bdae7bb11b fix py.test 2013-10-08 16:00:00 -04:00
Yury Selivanov 3f5bf4c7c7 preserve '0%' in 'hsl()' and 'hsla()' calls 2013-10-08 15:53:07 -04:00
Yury Selivanov 56008d1204 Fix issue 59 (preserve whitespace in "call" function) 2013-10-08 15:42:35 -04:00
Yury Selivanov 69a8ce72eb reorganize tests a bit; Fix issue 108 2013-10-08 15:20:39 -04:00
Yury Selivanov 1c20c4126b Make 'compress' the only public function 2013-10-08 15:01:53 -04:00
Yury Selivanov 7d2bdcdc2e Implement line breaking ('max_linelen' param of 'compress') 2013-10-08 15:00:42 -04:00
Yury Selivanov 6a554cd009 Add LICENSE file 2013-10-08 13:25:11 -04:00
Yury Selivanov b4a725952e Initial commit; all YUI tests pass 2013-10-08 13:22:32 -04:00
Yury Selivanov a98f0f1374 Add .gitignore 2013-10-08 13:17:21 -04:00