2017 © Pedro Peláez
 

library zf2-assetic-module

Zend Framework 2 module that provides complete integration of Assetic library

image

supa86000/zf2-assetic-module

Zend Framework 2 module that provides complete integration of Assetic library

  • Wednesday, December 18, 2013
  • by supa-creation
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

AsseticBundle v1.3.4 Build Status

Assets managment per module made easy., (*1)

  • Optimize your assets. Minify your css, js; Compile scss, and more...
  • Adapts To Your Needs. Using custom template engine and want to use power of this module, just implement AsseticBundle\View\StrategyInterface
  • Well tested. Besides unit test this solution is also ready for the production use.
  • Great fundations. Based on Assetic and ZF2
  • Excellent community. Everything is thanks to great support from GitHub & PHP community!
  • Every change is tracked. Want to know whats new? Take a look at CHANGELOG.md
  • Listen to your ideas. Have a great idea? Bring your tested pull request or open a new issue.

Installation

  1. Install package by composer. Don't know how? Take a look here ``` json {"require": { "widmogrod/zf2-assetic-module": "1.*" }}

2. Create cache and assets directory with valid permissions.

php public/index.php assetic setup, (*2)


3. Setup your asset configuration.

cp vendor/widmogrod/zf2-assetic-module/configs/assets.config.php.dist modules/My_Module/configs/assets.config.php ``` and read how to start guide., (*3)

Documentation

Build Status on branch devel, (*4)

The Versions

18/12 2013

dev-master

9999999-dev https://github.com/SuPa86000/ZF2AsseticModule

Zend Framework 2 module that provides complete integration of Assetic library

  Sources   Download

MIT

The Requires

 

The Development Requires

css assets js less resources assetic