From 6afb97fc69cd742f0cbeaa3ea299466ef1750cb4 Mon Sep 17 00:00:00 2001 From: vhochstein Date: Wed, 23 Nov 2011 10:53:26 +0100 Subject: [PATCH] moved assets to app/assets path according to rails 3.1 asset pipeline --- .gitignore | 1 + {frontends/default/images => app/assets}/export.png | Bin .../assets}/stylesheets/export-stylesheet-ie.css | 0 .../assets}/stylesheets/export-stylesheet.css | 0 4 files changed, 1 insertion(+) rename {frontends/default/images => app/assets}/export.png (100%) rename {frontends/default => app/assets}/stylesheets/export-stylesheet-ie.css (100%) rename {frontends/default => app/assets}/stylesheets/export-stylesheet.css (100%) diff --git a/.gitignore b/.gitignore index dc57a43..75b5c3d 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ Gemfile* # # For vim: #*.swp +nbproject diff --git a/frontends/default/images/export.png b/app/assets/export.png similarity index 100% rename from frontends/default/images/export.png rename to app/assets/export.png diff --git a/frontends/default/stylesheets/export-stylesheet-ie.css b/app/assets/stylesheets/export-stylesheet-ie.css similarity index 100% rename from frontends/default/stylesheets/export-stylesheet-ie.css rename to app/assets/stylesheets/export-stylesheet-ie.css diff --git a/frontends/default/stylesheets/export-stylesheet.css b/app/assets/stylesheets/export-stylesheet.css similarity index 100% rename from frontends/default/stylesheets/export-stylesheet.css rename to app/assets/stylesheets/export-stylesheet.css