PHPackages                             cypresslab/compass-elephant-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cypresslab/compass-elephant-bundle

AbandonedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

cypresslab/compass-elephant-bundle
==================================

Integrates CompassElephant into Symfony2

v0.1.0(11y ago)20112.4k↓46.4%3[1 PRs](https://github.com/matteosister/CompassElephantBundle/pulls)LGPL-3.0+PHPPHP &gt;=5.3.0

Since Jan 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/matteosister/CompassElephantBundle)[ Packagist](https://packagist.org/packages/cypresslab/compass-elephant-bundle)[ Docs](https://github.com/matteosister/CompassElephantBundle)[ RSS](/packages/cypresslab-compass-elephant-bundle/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

CompassElephantBundle [![License](https://camo.githubusercontent.com/af5c841be47ee0c292da26bc322868f293a3bc29160d1c96fa39d6c2cb28930e/68747470733a2f2f706f7365722e707567782e6f72672f637970726573736c61622f636f6d706173732d656c657068616e742d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/cypresslab/compass-elephant-bundle)
=====================================================================================================================================================================================================================================================================================================================================================

[](#compasselephantbundle-)

[![Build Status](https://camo.githubusercontent.com/285a83081a756cda141a02e6033b985c1a827b432a0dfc39991a9faa4f3e5878/68747470733a2f2f7472617669732d63692e6f72672f6d617474656f7369737465722f436f6d70617373456c657068616e7442756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/matteosister/CompassElephantBundle) [![SensioLabsInsight](https://camo.githubusercontent.com/fd1ce73348a0b0c0fcee2ec3b2ab89020758bdf10b019dc564af0bbdf8b10bd1/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63313237643862632d623138632d346635302d623136652d3035386262363761393562322f6d696e692e706e67)](https://insight.sensiolabs.com/projects/c127d8bc-b18c-4f50-b16e-058bb67a95b2)

[![Total Downloads](https://camo.githubusercontent.com/15bc5881e8f90cccb5ce7a66cbf8b62ad9718211a1b654363d9e33d72ca9e8e5/68747470733a2f2f706f7365722e707567782e6f72672f637970726573736c61622f636f6d706173732d656c657068616e742d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/cypresslab/compass-elephant-bundle) [![Monthly Downloads](https://camo.githubusercontent.com/064bd3c1dd85b2c3a93c5bad21404148061d8960404f8202997dc65b62f12ee7/68747470733a2f2f706f7365722e707567782e6f72672f637970726573736c61622f636f6d706173732d656c657068616e742d62756e646c652f642f6d6f6e74686c792e706e67)](https://packagist.org/packages/cypresslab/compass-elephant-bundle)

A Bundle to use the [CompassElephant](https://github.com/matteosister/CompassElephant) library in a Symfony2 project

This bundle scans your [compass projects](http://compass-style.org/) on every request, and checks if they needs to be recompiled. It takes care of dependencies, so you can use compass with **@import**, **sprite generation** etc. without problems. Let Symfony **watch** your project and forget about it.

Notice
------

[](#notice)

version &gt;= 0.1 of this bundle do not uses the native checker anymore, as it's not supported by compass from 1.x version.

The staleness\_checker option is still available for compatibility, but it's ignored.

Installation
------------

[](#installation)

**composer**

Installing with composer is as simple as typing in the root of your symfony project

```
$ composer require cypresslab/compass-elephant-bundle:~1.0
```

Register the bundle
-------------------

[](#register-the-bundle)

Register the bundle in the **AppKernel.php** file inside the dev section

*app/AppKernel.php*

```
