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
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
It seems that glob pattern eg:
<%= mapilary.outputDir %>/widgets/*/images
is only applied to CSS files and NOT when processing JS files.With following configuration CSS are processed OK, but js file is not replaced with revved version.
Conf:
Example js:
To make it work I had to add explicitly assetDir where revved images are.
Hovewer glob patterns in assetsDir are working when processing CSS.
The text was updated successfully, but these errors were encountered: