Skip to content
This repository has been archived by the owner on Dec 7, 2017. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 703 Bytes

Build.md

File metadata and controls

20 lines (11 loc) · 703 Bytes

Dependencies

First you have to install the following dependencies:

These dependencies can be installed using npm:

npm install csso uglify-js -g;

Build

The Makefile is located in etc/ and can be easily executed, using the following command. Make sure your run this from the root of Lychee:

make -f etc/Makefile

Use uncompressed files

While developing, you might want to use the uncompressed files. This is possible by editing the index.html. Simply change the linked CSS and JS files. There are already out-commented link-tags for development and production.