Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julianhille/kohana-assetic
This is an implementation of the "assetic" submodule of Symfony2 into kohana.
https://github.com/julianhille/kohana-assetic
Last synced: about 1 month ago
JSON representation
This is an implementation of the "assetic" submodule of Symfony2 into kohana.
- Host: GitHub
- URL: https://github.com/julianhille/kohana-assetic
- Owner: julianhille
- Created: 2011-04-20T12:08:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-28T10:01:52.000Z (over 13 years ago)
- Last Synced: 2024-05-01T12:34:14.777Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 880 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Assetic Module
===========From [github kriswallsmith](https://github.com/kriswallsmith/assetic/)
My credits goes to [kriswallsmith](https://github.com/kriswallsmith/) for creating this great asset management system.
Installation
------------1. `git submodule add https://github.com/julianhille/kohana-assetic.git modules/assetic`
2. `cd modules/assetic && git submodule update --init`
3. Enable assetic in your bootstrap.php file
4. Download assetic and put it into vendor
`git submodule add https://github.com/kriswallsmith/assetic.git modules/assetic/vendor/Assetic`Usage
-----Read the readme of Assetic for the usage of assetic itself [Readme](https://github.com/kriswallsmith/assetic/blob/master/README.md)
Problems?
---------Either [file a bug report](http://github.com/julianhille/kohana-assetic/issues)