Closed wiryonolau closed 8 years ago
Was this supposed to be closed? What's the resolution?
On 13 Nov 2016 10:37 a.m., "wiryonolau" notifications@github.com wrote:
Closed #201 https://github.com/RWOverdijk/AssetManager/issues/201.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RWOverdijk/AssetManager/issues/201#event-856964957, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJakE3WMNxUpZ10CFvHaE9KxcTvwQrcks5q9tp2gaJpZM4KwpTB .
I have my own dispatch error event that stop propogation and give a nice 404 on json format or normal html.
I set my listener priority to be lower then your library but it doesn't work. Your lib is use -9999999 correct ?
Currently I have too check if the requested uri is asking for folder inside asset directory. If it is then pass to your lib. This way it works for both listener
On Nov 13, 2016 19:39, "Marco Pivetta" notifications@github.com wrote:
Was this supposed to be closed? What's the resolution?
On 13 Nov 2016 10:37 a.m., "wiryonolau" notifications@github.com wrote:
Closed #201 https://github.com/RWOverdijk/AssetManager/issues/201.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RWOverdijk/AssetManager/issues/201#event-856964957, or mute the thread https://github.com/notifications/unsubscribe-auth/ AAJakE3WMNxUpZ10CFvHaE9KxcTvwQrcks5q9tp2gaJpZM4KwpTB .
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/RWOverdijk/AssetManager/issues/201#issuecomment-260183873, or mute the thread https://github.com/notifications/unsubscribe-auth/AJc6IwpFyERK5d7W9SIYT_wubVd7XZlrks5q9wUMgaJpZM4KwpTB .
Hi this is my asset manager config inside module/Application/config/module.config.php
'asset_manager' => [ 'resolver_configs' => [ 'paths' => [ __DIR__ . '/../asset' ] ], ]
Then I put all js and css from public folder to module/Application/asset
When loading page all css/js request got 404