diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-05-15 15:34:00 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-05-15 15:34:00 +0100 |
commit | 20682af8ff834c39e4cadbe14cf5f6c26b16eb89 (patch) | |
tree | 0f5ae181166d1d17accf27c83af2888816b7660d | |
parent | 37903ff920897a2268b9cf3d9b018f09d0646447 (diff) |
Make sure sass files have the proper extensions.
Otherwise the rake assets:precompile task fails
-rw-r--r-- | app/assets/stylesheets/responsive/_utils.scss (renamed from app/assets/stylesheets/responsive/_utils.css) | 0 | ||||
-rw-r--r-- | app/assets/stylesheets/responsive/all.scss (renamed from app/assets/stylesheets/responsive/all.css) | 0 | ||||
-rw-r--r-- | app/assets/stylesheets/responsive/custom.scss (renamed from app/assets/stylesheets/responsive/custom.css) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/app/assets/stylesheets/responsive/_utils.css b/app/assets/stylesheets/responsive/_utils.scss index 68884fa7a..68884fa7a 100644 --- a/app/assets/stylesheets/responsive/_utils.css +++ b/app/assets/stylesheets/responsive/_utils.scss diff --git a/app/assets/stylesheets/responsive/all.css b/app/assets/stylesheets/responsive/all.scss index 4c935bed3..4c935bed3 100644 --- a/app/assets/stylesheets/responsive/all.css +++ b/app/assets/stylesheets/responsive/all.scss diff --git a/app/assets/stylesheets/responsive/custom.css b/app/assets/stylesheets/responsive/custom.scss index e69de29bb..e69de29bb 100644 --- a/app/assets/stylesheets/responsive/custom.css +++ b/app/assets/stylesheets/responsive/custom.scss |