laravel-mix-versionhash
laravel-mix-versionhash copied to clipboard
Support versioning Extra Files
Hi
The mix.versionHash()
does not version extra files which passed as an array of paths.
mix.version(['public/js/random.js']);
https://laravel-mix.com/docs/4.0/versioning#versioning-extra-files
btw isnt the same as using .copy
?
@ctf0 This would tie into #10 and how this plugin would solve for that problem.
@Erutan409 does https://github.com/ctf0/laravel-mix-versionhash/pull/24 tackle this one as well ?
@ctf0 Not quite, just yet. So long as the latest changes are good with you, the new method can be abstracted further to be used for this, specifically.
So, keep this one open and I'll get this one knocked out fairly quick.