Closed S1SYPHOS closed 3 years ago
With the PR, I went another way - instead of ltrim
ming, I used Url::path
since you are transforming stuff internally to a URL - given that I reduce this to a path (= as the array keys in the manifest file are paths, not complete URLs), we could think about skipping this part - but that's ultimately up to you.
Cheers, S1SYPHOS
Hey there, since
gulp-rev
outputs paths without leading/
, the key in$manifest
(insidehash()
function) isn't found: