needed to
> dir-index-html@0.0.1 build /home/tavit/Work/dapp/gospace/go1.15.2/src/go-dms3/assets/dir-index-html
> npm run build:clean && npm run build:remove-style-links && npm run build:minify-wrap-css && npm run build:combine-html-css && npm run build:remove-unused

> dir-index-html@0.0.1 build:clean /home/tavit/Work/dapp/gospace/go1.15.2/src/go-dms3/assets/dir-index-html
> rm dir-index.html

> dir-index-html@0.0.1 build:remove-style-links /home/tavit/Work/dapp/gospace/go1.15.2/src/go-dms3/assets/dir-index-html
> sed '/<link rel="stylesheet"/d' ./src/dir-index.html > ./base-html.html

> dir-index-html@0.0.1 build:minify-wrap-css /home/tavit/Work/dapp/gospace/go1.15.2/src/go-dms3/assets/dir-index-html
> (echo "<style>" && cat ./src/icons.css ./src/style.css | tr -d "

" && echo && echo "</style>") > ./minified-wrapped-style.html

> dir-index-html@0.0.1 build:combine-html-css /home/tavit/Work/dapp/gospace/go1.15.2/src/go-dms3/assets/dir-index-html
> sed '/<head>/ r ./minified-wrapped-style.html' ./base-html.html > ./dir-index.html

> dir-index-html@0.0.1 build:remove-unused /home/tavit/Work/dapp/gospace/go1.15.2/src/go-dms3/assets/dir-index-html
> rm ./base-html.html && rm ./minified-wrapped-style.html
This tag has no release notes.