From 6ae43acde6cd43c6383cd47e00f978ed339ea991 Mon Sep 17 00:00:00 2001 From: Azul Date: Sun, 7 Oct 2012 15:06:16 +0200 Subject: added basic documentation --- CUSTOM.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CUSTOM.md (limited to 'CUSTOM.md') diff --git a/CUSTOM.md b/CUSTOM.md new file mode 100644 index 0000000..c566c84 --- /dev/null +++ b/CUSTOM.md @@ -0,0 +1,11 @@ +# Customization # + +Leap Web is based on Engines. All things in '''app''' will overwrite the default behaviour. You can either create a new rails app and include the leap_web gem or clone the leap web repository and add your customizations to the '''app''' directory. + +## CSS Customization ## + +We use scss. It's a superset of css3. Add your customizations to '''app/assets/stylesheets'''. + +## Disabling an Engine ## + +If you have no use for one of the engines you can remove it from the Gemfile. Not however that your app might still need to provide some functionality for the other engines to work. For example the users engine provides '''current_user''' and other methods. -- cgit v1.2.3