diff options
author | Mark Longair <mhl@pobox.com> | 2013-09-30 09:01:50 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-09-30 10:34:20 +0100 |
commit | bd81b21cad716899312e73c0129a09d54154a5a7 (patch) | |
tree | 183f05955b8d928f9658be58fdfee8617c36ce50 /app | |
parent | 7f915bf9153cac94ed2f17fee7e7ea2ee9edce8f (diff) |
Beginning of switch to using the asset pipeline
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/application.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css new file mode 100644 index 000000000..9f66182a9 --- /dev/null +++ b/app/assets/stylesheets/application.css @@ -0,0 +1,3 @@ +/* ... +*= require_self +*/ |