0.3.0releasedAsset Pipeline

Asset preprocessing, minification, concatenation and fingerprinting.

Clone URLhttps://github.com/petertron/asset_pipeline.git

Add as a submodulegit submodule add https://github.com/petertron/asset_pipeline.git extensions/asset_pipeline --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNoNoNo0.3.00.3.00.3.00.3.00.3.00.3.00.3.00.3.00.3.00.3.00.3.00.3.00.3.0

Readme

Asset Pipeline version 0.3

A Symphony CMS extension which provides an asset pipeline quite like the one Ruby on Rails has.

Version 0.2 is incompatible with previous versions.

Version 0.3 is compatible with Symphony 2.5+ and Symphony 3.

For instructions on how to use Asset Pipeline see https://petertron.github.io/asset_pipeline

Version history

Symphony 2.5.0 to 3.0.0

        - PHP 7.4 compatibility.
	        - symphony 3 compatibility.
	

Symphony 2.5.0 to 2.7.0

        - Bugfix: put JSMin class in namespace.
	

Symphony 2.5.0 to 2.7.0

        - PHP can be used inside code files, manifest files are now written in PHP.
	

Symphony 2.5.0 to 2.7.0

        - Improve error handling when precompiling assets.
	

Symphony 2.5.0 to 2.7.0

        - When compiling assets on page load, MD5 hash is now included in file name.
	

Symphony 2.5.0 to 2.7.0

        - Bug fixes.
	

Symphony 2.5.0 to 2.7.0

        - Bug fixes.
	

Symphony 2.5.0 to 2.7.0

        - Initial release.