lingxier / Dragon-Better-History

Better history for Microsoft Edge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragon-Better-History

Donate

Better history for Microsoft Edge Chromium

How to compile less

Compile all less files with

less $ProjectFileDir$/src/css/history.less $ProjectFileDir$/build/assets/application.css --clean-css="--s0 --advanced

How to compile javascript

Compile all javascript files to the compile folder using this command:

terser $FileName$ --output compiled/$FileNameWithoutExtension$.js --comments false

Then execute in powershell merge all file into a single javascript file:

powershell Get-Content .\src\js\_merge.txt | foreach { Get-Content .\src\js\compiled\$_ } | Set-Content .\build\assets\application.js

If you need to add more javascript file don't forget to add it inside "_merge.txt" file.

If this project help to increase your productivity, you can give me a cup of coffee :)

Donate

About

Better history for Microsoft Edge

License:MIT License


Languages

Language:JavaScript 74.6%Language:Less 19.6%Language:HTML 5.8%