laravel-mix-versionhash icon indicating copy to clipboard operation
laravel-mix-versionhash copied to clipboard

Support versioning Extra Files

Open lidoma opened this issue 6 years ago • 4 comments

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

lidoma avatar Jan 29 '19 07:01 lidoma

btw isnt the same as using .copy ?

ctf0 avatar Oct 13 '19 17:10 ctf0

@ctf0 This would tie into #10 and how this plugin would solve for that problem.

Erutan409 avatar Oct 15 '19 21:10 Erutan409

@Erutan409 does https://github.com/ctf0/laravel-mix-versionhash/pull/24 tackle this one as well ?

ctf0 avatar Nov 03 '19 19:11 ctf0

@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.

Erutan409 avatar Nov 03 '19 23:11 Erutan409