From 091cb7ab80ceddca8de787b73afd037fe72a41f0 Mon Sep 17 00:00:00 2001 From: Mark Longair Date: Thu, 26 Sep 2013 15:50:55 +0100 Subject: WiP: also 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. --- doc/ADMIN.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 doc/ADMIN.md (limited to 'doc/ADMIN.md') 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 -- cgit v1.2.3