Share

pack:tag

Project News for pack:tag

  • pack:tag 3.7 released

    pack:tag is a JSP-Taglib that minifies, compresses and combines resources (like JavaScript and CSS) and caches them in memory or in a generated file. It works transparent to the user/developer and the compressing-algorithms are pluggable.

    This release contains experimental CSS path-rewrite and new CSS-Minifiers (also experimental).

    The changes in detail:
    - enhancement: Experimental CSS-Pathrewrite implementet (by Philipp Rosenhagen)
    You need to set the property "resources.rewrite" to true
    - enhancement: New PackStrategy for CSS minifier and alphabetiser by Barry van Oudtshoorn
    - enhancement: New PackStrategy for CSS Compressor by Andrew Roberts.
    - fix: Combined resources order keeps now the same (by Haakon Sorensen)
    - IMPORTANT: The interface PackStrategy has a path argument now.

    Go and grab it here:
    https://sourceforge.net/project/showfiles.php?group_id=189328

    2009-09-06 18:47:16 UTC by danielgalan

  • pack:tag 3.6 released

    pack:tag is a JSP-Taglib that minifies, compresses and combines resources (like JavaScript and CSS) and caches them in memory or in a generated file. It works transparent to the user/developer and the compressing-algorithms are pluggable.

    This is a little bugfix release.

    The changes in detail:
    - fix: TLD body-content for script is now also "jsp"

    Go and grab it here:
    https://sourceforge.net/project/showfiles.php?group_id=189328

    2009-03-12 23:56:11 UTC by danielgalan

  • pack:tag 3.5 released

    pack:tag is a JSP-Taglib that minifies, compresses and combines resources (like JavaScript and CSS) and caches them in memory or in a generated file. It works transparent to the user/developer and the compressing-algorithms are pluggable.

    This release contains some caching enhancements and some bugfixes.

    The changes in detail:
    - enhancement: Caches are now pluggable (Ehcache provider is included)
    You have to define two caches:
    "packtagResourcesAbsolutePath" and "packtagResourcesMappedPath"
    - enhancement: Returning 404 Status Code, if requested resource is not found
    - fix: TLD body-content is now "jsp" (required for EL in <src> tags)
    - fix: Logger was not initialized correctly
    - fix: Build Skript classpath fix


    Go and grab it here:
    http://sourceforge.net/project/showfiles.php?group_id=189328

    2008-11-23 21:24:38 UTC by danielgalan

  • pack:tag 3.4 released

    pack:tag is a JSP-Taglib that minifies, compresses and combines resources (like JavaScript and CSS) and caches them in memory or in a generated file. It works transparent to the user/developer and the compressing-algorithms are pluggable.

    This release is a small bugfix version

    The changes:
    - fix: Property "resources.charset" was not read properly

    Go and grab it here:
    http://sourceforge.net/project/showfiles.php?group_id=189328

    2008-06-26 18:18:27 UTC by danielgalan

  • pack:tag 3.3 released

    pack:tag is a JSP-Taglib that minifies, compresses and combines resources (like JavaScript and CSS) and caches them in memory or in a generated file. It works transparent to the user/developer and the compressing-algorithms are pluggable.

    This release contains some powerful enhancements and a completely new written documentation.

    The changes:
    - enhancement: Wildcards, you can now use "*" to include all resources in a directory,
    or "**" to include all resource in a directory and all subdirectories.
    - enhancement: New PackStrategy for CSSMinifier by Jordi Hernández Sellés, from the Jawr-Project.
    - enhancement: External resources will be downloaded and packed locally.
    (Can be disabled via setting "resources.external=false")
    - enhancement: Loggings use Log4j if available, elsewise Commons Logging, elsewise System.err.
    - enhancement: A GzipFilter for resources (e.g. HTML) is now included (by Jayson Falkner)
    - documentation: Along with this version, I released two documents:
    "pack:tag - a packed guide to website performance optimization" and
    "pack:tag - one minute quick start tutorial"
    - IMPORTANT: The setting "charset" has been renamed to "resources.charset".
    - fix: Patch for combined files without ending linefeed, this is a fix for IE only
    - development: pack:tags codebase moved from CVS to SVN


    Go and grab it here:
    http://sourceforge.net/project/showfiles.php?group_id=189328

    2008-04-17 22:18:24 UTC by danielgalan