Download the PHP package glorpen/assetic-compass-connector without Composer
On this page you can find all versions of the php package glorpen/assetic-compass-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package assetic-compass-connector
..
This project is now DEPRECATED. Currently there are better alternatives, please use those in new projects.
Glorpen AsseticCompassConnector
The better Compass integration for your PHP project.
For forking and other funnies:
- https://bitbucket.org/glorpen/asseticcompassconnector
- https://github.com/glorpen/AsseticCompassConnector
What problems is it solving?
This Assetic filter:
- provides a way to closely integrate Compass with any framework - you just have to write simple Resolver for your project
- adds bundle/plugins/package namespace for compass files - so you can do cross-plugin imports or use assets from other packages
- ... and it could enable distributing bundles with Compass assets
- your Resolver provides required files - so it can support any project structure
- assets recompiling/updating when any of its dependencies are modified - be it another import, inlined font file or just
width: image-width(@SomeBundle:public/myimage.png);
Available Resolvers
- Symfony2 - https://bitbucket.org/glorpen/glorpencompassconnectorbundle
How to install
- first, you need to install ruby connector gem:
- add requirements to composer.json:
Virtual Paths
There are four kinds of "paths":
- app: looks like
@MyBundle:public/images/asset.png
- absolute path: starts with single
/
, should only be used in resolving on-disk file and url prefixing, it is always a public file - vendor: a relative path, should be used only by compass plugins (eg. zurb-foundation, blueprint)
- absolute path: starts with
//
,http://
etc. and will NOT be changed by connector
Some examples:
Usage
This filter's Assetic name is compass_connector
.
You can compile assets as in any Assetic filter:
All versions of assetic-compass-connector with dependencies
PHP Build Version
Package Version
The package glorpen/assetic-compass-connector contains the following files
Loading the files please wait ....