fidian / rumkin

Website for rumkin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rumkin.com Web Site

Building

First, get the prerequisites.

npm install

Next, you simply run the build script.

npm run build

There are some environment variables you can supply that control some settings during build.

# Produce unminified files
UNMINIFIED=true npm run build

# Debug the generation of some files by writing JSON of metadata in build/
JSON="somefile.js folder/another-file.html" npm run build

# Show timing information
DEBUG=metalsmith-timer npm run build

About

Website for rumkin.com


Languages

Language:HTML 57.4%Language:JavaScript 40.7%Language:CSS 1.0%Language:Shell 0.5%Language:PHP 0.2%Language:Less 0.1%