Skip to content

mr-amirka/hash-inject-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

hash-inject-cli

Install

npm install -g hash-inject-cli

Example:

hash-inject -f ./index.html

Input

./index.html
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="/mn.css?hash="/>
  </head>
  <body>
    <div id="root"></div>
    <script src="/app.js?hash="></script>
  </body>
</html>

Output

<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="/mn.css?hash=6d26ab51456043be"/>
  </head>
  <body>
    <div id="root"></div>
    <script src="/app.js?hash=560e6d26ab43b514"></script>
  </body>
</html>

About

This for inject hash of build files into html file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published