Skip to content

mailspice/laravel-mix-versionhash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Mix Versionhash
npm npm

Auto append hash to file instead of using virtual one Read More

Installation

npm install laravel-mix-versionhash --save

Usage

require('laravel-mix-versionhash')

mix.versionHash();

Options

option type default description
length int 6 the hash string length
delimiter string '.' the delimiter for filename and hash,
note that anything other than . - _ will be removed

TODO

  • add option to exclude files from hashing.

About

Auto append hash to file instead of using virtual one

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%