sustany / Personal-Browser-History

Better history for Microsoft Edge Chromium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragon-Better-History

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:
uglifyjs $FileName$ -o compiled/$FileNameWithoutExtension$.js

Then execute the "make.php" file to merge all file into a single javascript file:
php $ProjectFileDir$\src\js\make\make.php

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

About

Better history for Microsoft Edge Chromium

License:MIT License


Languages

Language:JavaScript 77.8%Language:Less 17.3%Language:HTML 4.4%Language:PHP 0.5%