You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add LiipImagineBundle support just add the route to browsersync.js this should be good enough.
if (!/\.\w{2,}$/.test(obj.pathname)
|| /\.php/.test(obj.pathname)
|| /media\/cache\/resolve/.test(obj.pathname)
)
Some requests are routed others are not... by default only php requests are routed. I'll leave this open to see if someone can better convert the ?P<filter> part of its funky route regex.
Any idea how to make the LiipImagineFilter symfony component work with
grunt serve
?It seems the BrowserSync server needs to load the route...
route details:
It seems that when BrowserSync detects a .jpg, it bypasses the router... curious.
The text was updated successfully, but these errors were encountered: