https://github.com/dcsg/phplx-assetic-examples
Examples used on my Assetic talk at phplx
https://github.com/dcsg/phplx-assetic-examples
Last synced: 3 months ago
JSON representation
Examples used on my Assetic talk at phplx
- Host: GitHub
- URL: https://github.com/dcsg/phplx-assetic-examples
- Owner: dcsg
- License: mit
- Created: 2012-11-21T14:18:03.000Z (over 13 years ago)
- Default Branch: asset-with-filter
- Last Pushed: 2012-12-09T15:55:23.000Z (over 13 years ago)
- Last Synced: 2025-02-23T19:15:34.958Z (over 1 year ago)
- Size: 1.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to Assetic Examples
Examples for my talk at the 1st **phplx** meetup
## Talk
* [Slides](http://danielcsgomes.com/talks/introduction-to-assetic-at-phplx)
## Installation
* Clone the branches listed on the **Examples** section.
* [Get Composer](http://getcomposer.org/download/) - `curl -s https://getcomposer.org/installer | php`
* php composer.phar install
* run www/index.html on a webserver with the requirements listed below
**NOTE:** You will note see any content this will only dump css and js files. The files that contain the examples are: `www/stylesheets/site.css.php` and `www/js/site.js.php`
## Examples branches
* [Asset with Filter](https://github.com/danielcsgomes/phplx-assetic-examples)
* [Asset Collection](https://github.com/danielcsgomes/phplx-assetic-examples/tree/asset-collection)
* [Nested Asset Collection](https://github.com/danielcsgomes/phplx-assetic-examples/tree/nested-asset-collection)
* [Asset Reference](https://github.com/danielcsgomes/phplx-assetic-examples/tree/asset-reference)
* [Asset Factory](https://github.com/danielcsgomes/phplx-assetic-examples/tree/asset-factory)
## Requirements
* Apache 2.x
* PHP 5.3+
* Less with node.js
* Sass & Compass
* Java
## LICENSE
See **LICENSE** file