neilime / zf2-assets-bundle

AssetsBundle is a module for Zend Framework 2 allowing asset managment (bundling & caching)
https://neilime.github.io/zf2-assets-bundle/
MIT License
33 stars 20 forks source link

Fix path in resources with absolute path #15

Closed mariomka closed 10 years ago

mariomka commented 10 years ago

Example:

Add this file: http://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools.js Return: /cache/http://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools.js

In developement environment.

mariomka commented 10 years ago

I sorry so much, I cant running tests, I get this error:

Fatal error: Uncaught exception 'LogicException' with message 'Autoload file "*****_zf2-assets-bundle/vendor\autoload.php" does not exist' in *_****zf2-assets-bundle\tests\Bootstrap.php on line 63

neilime commented 10 years ago

Thank you for your contribution

Ps : for your problem, you have to run composer install