Skip to content

Commit

Permalink
precompile CSS; added PWS cache versioning; icon updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Stainsby committed Jul 1, 2018
1 parent 11136a2 commit e807e7a
Show file tree
Hide file tree
Showing 19 changed files with 686 additions and 33 deletions.
9 changes: 9 additions & 0 deletions compile_styles.sh
@@ -0,0 +1,9 @@
#!/bin/bash
SRC_DIR='./less'
DEST_DIR='./static/css'
# for INFILE in "$SRC_DIR"/*.less; do
# echo "Compiling $INFILE."
# PREFIX=${INFILE%.less}
# lessc "$INFILE" "$DEST_DIR/${PREFIX##*/}".less
# done
lessc "$SRC_DIR"/main.less "$DEST_DIR"/main.css
219 changes: 219 additions & 0 deletions icons/redflare_icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e807e7a

Please sign in to comment.