Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragonofmercy/dragon-better-history
Better history for Microsoft Edge
https://github.com/dragonofmercy/dragon-better-history
Last synced: 4 days ago
JSON representation
Better history for Microsoft Edge
- Host: GitHub
- URL: https://github.com/dragonofmercy/dragon-better-history
- Owner: dragonofmercy
- License: mit
- Created: 2019-12-27T06:27:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T13:40:27.000Z (about 2 months ago)
- Last Synced: 2024-12-29T02:25:41.777Z (11 days ago)
- Language: JavaScript
- Homepage:
- Size: 651 KB
- Stars: 86
- Watchers: 4
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dragon-Better-History
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://ko-fi.com/dragonofmercy)
Better history for Microsoft Edge Chromium
## How to compile less
Compile all less files with
```sh
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:
```sh
terser $FileName$ --output compiled/$FileNameWithoutExtension$.js --comments false
```Then execute in powershell merge all file into a single javascript file:
```pwsh
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](https://cdn.ko-fi.com/cdn/kofi2.png?v=3)](https://ko-fi.com/dragonofmercy)