Gabriel Habryn
Gabriel Habryn
Could you provide full stack trace of the error? Could you try to var_dump result of `'webPath' => realpath('public/assets'),`
You shouldn't configure apache to achieve this effect. When you build your application (i.e. on local machine) to be send to a production server, you should follow instructions from here:...
Do you have sass preprocessor installed? Basically if use sass filters in collection i.e.: ``` php 'filters' => array( '?SassFilter' => array( 'name' => 'Assetic\Filter\Sass\SassFilter' ), ), ``` Then this...
I don't see any objections to do something like that. Please create pull request and I will merge it. I would also appreciate some entry in CHANGELOG.md :)
I will gladly accept PR with Factory :)
I released version 2.2.0
Hi @sparrowek, I made small style adjustment, to make the issue description more readable, I hope you don't mind it. I like your idea of including remote assets by simply...
I will gladly accept pull request that wants to provide support for ZF2. You may also try to use different version of this module.
@popovserhii thank you for your contribution. I haven't used `ZF-Expressive` so it would be awesome if you could instruction how to use it. Also IF you could fix composer issues.