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
I like this gulp pipe, but there is a problem with the styles @url files. They are not imported. The copy function is not the best, they can't "rev" the files and change the link in the styles.
I'll try, but how I can attach a new file (font files) to the pipe but skip some process like gulp-rev, or wait for gulp-rev and then replace the link in the file (vinyl).
Is there a way right now?
For example, like a vinyl object property like vinylFile.skip = true.
Hi,
I like this gulp pipe, but there is a problem with the styles @url files. They are not imported. The copy function is not the best, they can't "rev" the files and change the link in the styles.
I done this https://github.com/okvic77/gulp-bundle-assets-append
The url of the styles are hashed and the reference is updated. See the Travis build for an example.
This could be a native feature in this plugin.
The text was updated successfully, but these errors were encountered: