From 7059579c7499337c7946f3877ce77dd9a04ea22a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 15 Oct 2010 21:38:41 -0700 Subject: inline all images into css * embedded images as data URIs * rake task to generate multipart js file with embeded images for IE * move images into a separate directory outside of src or css and keep them there for reference * clean up Rakefile and ruby code * .gitignore update * don't penalize IE 8+ with an extra request to the ie-compat.js file --- images/css/arrow_left.gif | Bin 0 -> 102 bytes images/css/arrow_right.gif | Bin 0 -> 102 bytes images/css/indicator-wait.png | Bin 0 -> 1849 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 images/css/arrow_left.gif create mode 100644 images/css/arrow_right.gif create mode 100644 images/css/indicator-wait.png (limited to 'images/css') diff --git a/images/css/arrow_left.gif b/images/css/arrow_left.gif new file mode 100644 index 00000000..4c9e5c66 Binary files /dev/null and b/images/css/arrow_left.gif differ diff --git a/images/css/arrow_right.gif b/images/css/arrow_right.gif new file mode 100644 index 00000000..3252c359 Binary files /dev/null and b/images/css/arrow_right.gif differ diff --git a/images/css/indicator-wait.png b/images/css/indicator-wait.png new file mode 100644 index 00000000..5b33f7e5 Binary files /dev/null and b/images/css/indicator-wait.png differ -- cgit v1.2.3