gulp-rev-append
gulp-rev-append copied to clipboard
Ability to provide a prefix to remove from the URL for virtual directories
The rev number is not being appended because the file location is not being found. The reason it is not being found it because the script tag contains an absolute path to the virtual directory that this folder becomes on a site. The gulpfile.js itself is within that folder.
Is there a way to provide a prefix for the code to strip off the beginning of the urls so that the file may be found?