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
the php example shown involves some work at the server side to construct the file name using the json hash file.
i'm working with a single-page-app setup which would be doing this file name generation at 'build' time, so i need to construct the file names with the hash values built in at that point.
any suggestions for accomplishing this? would it make sense (or even be possible) to build an option directly into gulp-buster? or would i need to add in some custom code in my gulp file to merge the file names and the generated hash file? or am i just missing something obvious?
regards,
tony.
The text was updated successfully, but these errors were encountered:
hi,
the php example shown involves some work at the server side to construct the file name using the json hash file.
i'm working with a single-page-app setup which would be doing this file name generation at 'build' time, so i need to construct the file names with the hash values built in at that point.
any suggestions for accomplishing this? would it make sense (or even be possible) to build an option directly into
gulp-buster
? or would i need to add in some custom code in my gulp file to merge the file names and the generated hash file? or am i just missing something obvious?regards,
tony.
The text was updated successfully, but these errors were encountered: