Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.13 KB

r/Destiny CSS

This repository hosts the source scss files to generate the CSS used on the r/Destiny subreddit.

Requirements

You need the following tools to compile / generate CSS from this repository:

Compass
  (depends on) Sass

You will also need a copy of the latest website repo adjacent to this repository, such that your directory tree resembles the following:

  |-website/
  |-rdestinycss/

Scripts

There is currently one script that is used to update the stream status for the subreddit. There is an associated virtualenv, use accordingly.

Building

There are several make commands available, however you're probably only interested in make compile, make clip and make release.

make compile simply compiles the source files and outputs a compressed CSS stylesheet named stylesheets/rdestiny.css.

make clip performs a make compile and copies the contents of the resulting CSS stylesheet into your clipboard (uses xclip).

make release performs a make clip but also updates the emoticons before compiling the source files.