diff options
| author | Igor Minar | 2010-10-15 21:38:41 -0700 |
|---|---|---|
| committer | Igor Minar | 2010-10-18 16:24:43 -0700 |
| commit | 7059579c7499337c7946f3877ce77dd9a04ea22a (patch) | |
| tree | 889a53d787da3ebaa00fc1941d77102e5e5cded3 /.gitignore | |
| parent | d0e55bf4465bdfe6660f75d26882bc1d9da9b924 (diff) | |
| download | angular.js-7059579c7499337c7946f3877ce77dd9a04ea22a.tar.bz2 | |
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
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ angular-minified.map -externs.js angular.js angular-minified.js angular-debug.js +angular-ie-compat.js angular-scenario.js angularjs.netrc jstd.log |
