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 --- logo/ng-logo.html | 24 ------------------------ logo/ng-logo.png | Bin 7681 -> 0 bytes 2 files changed, 24 deletions(-) delete mode 100644 logo/ng-logo.html delete mode 100644 logo/ng-logo.png (limited to 'logo') diff --git a/logo/ng-logo.html b/logo/ng-logo.html deleted file mode 100644 index 06c67cf9..00000000 --- a/logo/ng-logo.html +++ /dev/null @@ -1,24 +0,0 @@ - - -
- - - - -<ng/>
- - diff --git a/logo/ng-logo.png b/logo/ng-logo.png deleted file mode 100644 index 05f2e518..00000000 Binary files a/logo/ng-logo.png and /dev/null differ -- cgit v1.2.3