Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vslinko/spriterbundle

Symfony2 Bundle for compiling css sprites
https://github.com/vslinko/spriterbundle

Last synced: 22 days ago
JSON representation

Symfony2 Bundle for compiling css sprites

Awesome Lists containing this project

README

        

# RithisSpriterBundle

Symfony2 Bundle for compiling css sprites

## Installation

Run this command in your project directory:

``` bash
$ composer.phar require rithis/spriter-bundle:@dev
```

After that enable bundle in the kernel:

``` php