2017 © Pedro Peláez
 

library style-mirror

The style mirror provides a library of components using the Resource Mirror (orbt/resource-mirror) to optimize style resources and mirror assets on a local server.

image

orbt/style-mirror

The style mirror provides a library of components using the Resource Mirror (orbt/resource-mirror) to optimize style resources and mirror assets on a local server.

  • Wednesday, December 5, 2012
  • by zhangtaihao
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Style Mirror

The style mirror provides a library of components using the [Resource Mirror][1] to optimize style resources and mirror assets on a local server., (*1)

This library contains these main components:, (*2)

  • Aggregator: Utility for aggregating a collection of CSS files (with media types).
  • ResourceScanner: Utility for scanning a CSS file for other resources linked via url(path/to/resource.png).
  • LinkedResourceFetcher: Subscribes to the resource materialize event and scans CSS resources for other linked resources to materialize.

Installation using Composer

Add the following to the "require" list in your composer.json file:, (*3)

    "orbt/style-mirror": "dev-master"

Run composer to update dependencies:, (*4)

$ composer update

Or to just download this library:, (*5)

$ composer update orbt/style-mirror

License

This library is licensed under the MIT License. See the LICENSE file for detailed license information., (*6)

The Versions

05/12 2012

dev-master

9999999-dev http://github.com/orbt/StyleMirror

The style mirror provides a library of components using the Resource Mirror (orbt/resource-mirror) to optimize style resources and mirror assets on a local server.

  Sources   Download

MIT

The Requires

 

by Taihao Zhang