
Feature request - implement 'assets' management via assetic
Reported by dleffler | August 27th, 2012 @ 11:18 AM
assetic https://github.com/kriswallsmith/assetic is a php assets manager for css, javascript, images, etc... it is adept at working with many different parsers such as both less and sass, and compression using the yui compressor, etc.... Current filters include:
- CoffeeScriptFilter: compiles CoffeeScript into Javascript
- CssEmbedFilter: embeds image data in your stylesheets
- CssImportFilter: inlines imported stylesheets
- CssMinFilter: minifies CSS
- CssRewriteFilter: fixes relative URLs in CSS assets when moving to a new URL
- GoogleClosure\CompilerApiFilter: compiles Javascript using the Google Closure Compiler API
- GoogleClosure\CompilerJarFilter: compiles Javascript using the Google Closure Compiler JAR
- JpegoptimFilter: optimize your JPEGs
- JpegtranFilter: optimize your JPEGs
- LessFilter: parses LESS into CSS (using less.js with node.js)
- LessphpFilter: parses LESS into CSS (using lessphp)
- OptiPngFilter: optimize your PNGs
- PackerFilter: compresses Javascript using Dean Edwards's Packer
- PngoutFilter: optimize your PNGs
- CompassFilter: Compass CSS authoring framework
- Sass\SassFilter: parses SASS into CSS
- Sass\ScssFilter: parses SCSS into CSS
- SprocketsFilter: Sprockets Javascript dependency management
- StylusFilter: parses STYL into CSS
- Yui\CssCompressorFilter: compresses CSS using the YUI compressor
- Yui\JsCompressorFilter: compresses Javascript using the YUI compressor
Comments and changes to this ticket
-
dleffler September 17th, 2012 @ 01:17 PM
- Milestone cleared.
Upon further research, not really sure we'd need such an animal, esp since LESS now does what we need it to do and SASS doesn't seem as appealing. Besides, we already handle most of our assets pretty well.
-
dleffler September 20th, 2012 @ 12:04 PM
- State changed from new to wontfix
- Assigned user set to dleffler
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS
Tags
Referenced by
-
879 Bug: Page may crash using 'develop' branch The error would be line #698 in expRouter.php. The fix is...