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.
I am having an issue replacing minified css file with revisioned one.
Note: my revisioned file is fully created in dist/public/css/styles-all.min.8e0e07d1.css
Hi,
I am having an issue replacing minified css file with revisioned one.
Note: my revisioned file is fully created in
dist/public/css/styles-all.min.8e0e07d1.css
This is my grunt config file:
And this is my block in html file:
Where
{/- url /}
is variable used with grunt template, take it ashttp://someurl.com
My output is:
but it should be:
If I use
build goes okay but I am losing full URL then.
Any help please?
The text was updated successfully, but these errors were encountered: