aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ADMIN.md
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2013-09-26 15:50:55 +0100
committerMark Longair <mhl@pobox.com>2013-11-19 17:31:35 +0000
commit37714a74cfa3e17124a2c1102272e761a6af14fb (patch)
treeffe5777ffae895b488f32763f3da8bd643776ead /doc/ADMIN.md
parent39795b4e9a5f71d36b7428b44f2ad2889ef45c64 (diff)
Move admin CSS and images into the asset pipeline
We no longer need to run compass to regenerate the admin CSS - it will be done automatically.
Diffstat (limited to 'doc/ADMIN.md')
-rw-r--r--doc/ADMIN.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/ADMIN.md b/doc/ADMIN.md
deleted file mode 100644
index 6248e6cfc..000000000
--- a/doc/ADMIN.md
+++ /dev/null
@@ -1,19 +0,0 @@
-Doing development work on the administration interface
-======================================================
-
-The Alaveteli admin interface uses Twitter's Bootstrap project to prettify it.
-
-If you want to work on the CSS, you'll want to use
-[bootstrap-sass](https://github.com/thomas-mcdonald/bootstrap-sass). Do something like:
-
-
- $ gem install bootstrap-sass
- $ gem install compass
- $ compass compile --config .compass/config.rb
-
-To change the JavaScript, edit `public/admin/javascripts/admin.coffee`
-and then run:
-
- $ coffee -c public/admin/javascripts/admin.coffee
-
-That will update `public/admin/javascripts/admin.js`. \ No newline at end of file