From 734fc640ea6ebb59aec03fe68101e9b5ffc3258b Mon Sep 17 00:00:00 2001 From: William Toohey Date: Mon, 2 Nov 2015 03:07:28 +1000 Subject: [PATCH] Update makefile and 'invert' info --- Makefile | 1 + index-min.html | 3 ++- index.html | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 14d59bd..506f5ff 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ all: minify pack minify: cd ./js ; java -jar ../compiler.jar --js $(JS) --js_output_file hues-min.js -rm ./css/hues-min.css + cd ./css ; java -jar ../$(YUI) --type css -o hues-h-min.css hues-h.css cd ./css ; java -jar ../$(YUI) --type css -o hues-m-min.css hues-m.css cd ./css ; java -jar ../$(YUI) --type css -o hues-r-min.css hues-r.css cd ./css ; java -jar ../$(YUI) --type css -o hues-w-min.css hues-w.css diff --git a/index-min.html b/index-min.html index d49cd5e..a0787f2 100644 --- a/index-min.html +++ b/index-min.html @@ -73,7 +73,8 @@
  • O Horizontal blur only
  • ~ Fade color
  • = Fade and change image
  • - +
  • i Invert all colours
  • +
  • I Invert & change image
  • diff --git a/index.html b/index.html index ec9a331..1b11e5e 100644 --- a/index.html +++ b/index.html @@ -84,7 +84,8 @@
  • O Horizontal blur only
  • ~ Fade color
  • = Fade and change image
  • - +
  • i Invert all colours
  • +
  • I Invert & change image