Jeff-Lewis / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

No possibility to exclude some files from being compressed #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Minify version: 2.1.1
PHP version: 5.2.6

What steps will reproduce the problem?
I have jQuery and TinyMCE which are already compressed but i want to reduce
number of request with minify and not compress those libraries again.

Expected functionality: 
Config.php feature that excludes some files from compression

Original issue reported on code.google.com by pope...@gmail.com on 26 Nov 2008 at 12:58

GoogleCodeExporter commented 9 years ago
To clarify, you want to include a script in the combined request, but not have 
it 
run through JSMin? FYI this can already be done in groupsConfig.php, and I will 
document how today on the Wiki.

Original comment by mrclay....@gmail.com on 16 Dec 2008 at 2:24

GoogleCodeExporter commented 9 years ago
In the user Guide:
http://code.google.com/p/minify/wiki/UserGuide#Customized_Sources_/
_Options_for_Specific_Files

Original comment by mrclay....@gmail.com on 27 Jan 2009 at 4:08