1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-08 07:06:49 +02:00
Commit Graph

737 Commits

Author SHA1 Message Date
Steve Clay
9dba65a0e9 minor unit test tweaks 2012-03-16 14:25:25 -04:00
Steve Clay
a703d325d5 Merge pull request #22 from tubalmartin/master
CSSmin updated to latest commit of YUI compressor!
2012-03-16 09:35:52 -07:00
tubalmartin
b5807b8ad2 Improved substring method. 2012-03-16 03:21:35 +01:00
tubalmartin
c3485ac5a5 CSSmin updated to latest commit of YUI compressor.
CSSmin passes all unit tests successfully!
Added trim() to the file_get_contents() resulting code so that test results match!
2012-03-16 02:40:56 +01:00
Steve Clay
45bea314d6 HTTP Digest auth option for builder 2012-03-15 14:01:39 -04:00
Steve Clay
98f372d7da Docs 2012-03-15 14:01:14 -04:00
Steve Clay
f40f4e4f56 Easier config testing 2012-03-15 14:00:50 -04:00
Steve Clay
2275d21146 test files for quicker field testing 2012-03-15 11:38:01 -04:00
Steve Clay
acbcd84c14 update comment 2012-03-15 10:00:41 -04:00
Steve Clay
5f2c5a4f2d added CSSmin and test 2012-03-14 21:41:24 -04:00
Steve Clay
f7d73dcc56 Better docs, PHPDocs v2.1.5 2.1.5 2012-03-10 11:48:32 -05:00
Steve Clay
8a6676137f removed unnecessary comment 2012-03-08 23:05:30 -05:00
Steve Clay
47b71fada2 2.1.5 preparation 2012-03-04 21:14:28 -05:00
Steve Clay
bcd231eb7c CLI minify! 2012-02-28 16:58:35 -05:00
Steve Clay
f2372744c5 Added test-run option in place of verbose 2012-02-28 16:17:20 -05:00
Steve Clay
1cebfec066 Cli upgrade 2012-02-28 15:56:47 -05:00
Steve Clay
4f490d0f48 rewrite-uri CLI tool 2012-02-25 01:19:36 -05:00
Steve Clay
67bbc4b94e Tools for easier testing 2012-02-12 23:13:06 -05:00
Steve Clay
a24e9a4c22 upgrade jsmin+ 2012-02-12 23:12:53 -05:00
Steve Clay
1d509f6c6a Current version of YUIC Compressor 2012-02-12 21:10:25 -05:00
Steve Clay
f287d04d3e Moved ill-advised Java class ports elsewhere 2012-02-12 21:07:36 -05:00
Steve Clay
6969982b16 Merge pull request #19 from jrchamp/patch-1
Remove unneeded code in Minify_Cache_File::store()
2012-01-24 14:32:28 -08:00
jrchamp
db60321f8b Don't need to unlink file because file_put_contents will handle that. Also, don't return false after file_put_contents fails in case it creates a zero size file (use the existing "does the data match" check to ensure that the zero size file gets unlinked). 2012-01-24 17:18:46 -05:00
Steve Clay
65078366de Merge pull request #18 from meven/master
YUICompressor should alert when java executable is not found or went wrong (issue #17)
2012-01-19 17:15:46 -08:00
Méven Car
b95ce11d46 Formatting. 2012-01-19 19:26:32 +01:00
Méven Car
20cf74aac4 Added some two exceptions :
* when java cannot be executed
  * When execution result_code of yui compressor is not 0 (i.e execution success).
2012-01-19 19:17:04 +01:00
Steve Clay
945c2b459f Merge pull request #11 from SimonSimCity/master
Updated ImportProcessor to write relative for imported stuff like images
2011-11-23 07:26:28 -08:00
Simon Schick
24ccfbc9b6 Merge branch 'master' of git://github.com/mrclay/minify.git
Conflicts:
	min/lib/Minify/ImportProcessor.php
2011-11-23 15:26:21 +01:00
Steve Clay
36b1832cdc Merge pull request #9 from KendallHopkins/master
Protect replacement of "/../.." or "/./.." for "/" in ImportProcessor.
2011-10-28 12:39:37 -07:00
Kendall Hopkins
dccfdaf599 Protect replacement of "/../.." or "/./.." for "/" during import. 2011-10-27 19:36:54 -04:00
Simon Schick
f877cb658d Updated Minify_ImportProcessor to get the best relative-path of included images relative to the master-css file
Updated test for Minify_ImportProcessor to test the new changes
2011-10-17 11:36:18 +02:00
Steve Clay
82c9e00cc7 re-starting work on YUI CssCompressor port 2011-10-16 01:29:20 -04:00
Simon Schick
02bfb47f03 ImportProcessor: The previews-directory set in the constructor is marked as optional because it should only be used by internal calls. Added PHP-Doc for the constructor. 2011-10-15 14:31:42 +03:00
Steve Clay
e71e75e5b0 minor fixes from home 2011-10-14 16:10:05 -04:00
Simon Schick
26395db67a Updated ImportProcessor to write relative for imported stuff like images based on the parent-css-path. 2011-10-14 18:03:53 +03:00
Steve Clay
f67da8e359 minify in chunks for JS 2011-10-13 22:58:50 -04:00
Steve Clay
3c5543c3ea Joe Lencioni's patch for issue 5 2011-10-13 20:11:38 -04:00
Steve Clay
fbc20ab19d github issue 7 fix 2011-10-13 11:57:05 -04:00
Steve Clay
4e0b1fee8d Merge branch 'master' of github.com:mrclay/minify 2011-09-18 21:36:11 -04:00
Steve Clay
3d0f3c119a Fixed JSHint errors in _index.js 2011-09-05 21:03:13 -03:00
Steve Clay
c8e903e24b missing file notice implemented for groups 2011-09-03 21:09:43 -04:00
Steve Clay
9a1f306305 no need for user to call setDocRoot() 2011-09-03 20:39:25 -04:00
Steve Clay
2f11b725b8 improved issue 170 2011-09-03 20:18:57 -04:00
Steve Clay
5ba23db0e8 Merge pull request #4 from acidvertigo/patch-2
Moving explode out of foreach a bit more readable
2011-08-18 19:00:44 -07:00
acidvertigo
cfd6d3cd5a Running the explode instruction outside the foreach loops is faster 2011-08-18 21:14:44 +03:00
Steve Clay
3cc4f27374 Merge pull request #2 from acidvertigo/patch-1
Removed reset array pointer as foreach does not require it.
2011-08-04 12:03:53 -07:00
acidvertigo
e1b374b0aa Removed reset array pointer as foreach does not require it. 2011-08-03 13:38:07 +03:00
Steve Clay
9754414cc3 removed require for Java/String (not going that route). 2011-07-22 14:17:54 -07:00
Steve Clay
8c93fdf8a1 updated CssCompressor.java 2011-07-05 11:59:48 -04:00
Steve Clay
18a22b7937 removed dumb Java syntax emulation idea 2011-07-05 11:59:05 -04:00