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

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

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