AssetManager icon indicating copy to clipboard operation
AssetManager copied to clipboard

AssetManager written for zf2. Managing assets for zend framework 2

Results 19 AssetManager issues
Sort by recently updated
recently updated
newest added

Allow assetic/framework ^3.0

I tried to get the github actions / workflows running. Maybe it needs some configuration by the maintainer.

If there are urlencoded strings then the search within the filesystem will fail. This PR fixes this by adding `rawurldecode` to the path before resolving the asset.

When a path is not existing/readable and `laminas/laminas-db` is not required within the project, the following error came up in my project: ``` ====================================================================== The application has thrown an exception!...

I have a question about the requirement to use this package? If this project don't use zendframework and zfcampus packages, is it really necessary add a new dependency? In the...

if MimeType not found by extension use mime_content_type function

This fixes issue #200. MIME types are now determined based on the requested asset. Also fixed some tests that were failing on my Windows machine due to the use of...

Almost every time we release we get errors from the following line for random css and js files. https://github.com/RWOverdijk/AssetManager/blob/master/src/AssetManager/Cache/FilePathCache.php#L94 I believe this happens because more than one person is asking...

Hi, First of all, thanks for the work. The module seems to be incompatible with Less 2.x ... is it planned to have the compatibility ?

I am working on a filter that converts fonts to different formats (e.g. when I request 'myfont.woff' it will convert it on-the-fly from 'MyFont.OTF'). The problem is that the MIME...