Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vslinko/spriterbundle
- Owner: vslinko
- License: mit
- Created: 2012-09-22T15:40:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-25T20:30:26.000Z (about 12 years ago)
- Last Synced: 2024-09-21T00:32:46.908Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 109 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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