summaryrefslogtreecommitdiff
path: root/CUSTOM.md
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-10-11 12:52:40 +0200
committerAzul <azul@leap.se>2012-10-11 12:52:40 +0200
commit10441deba145f53604ca3b981374f1ee6619c400 (patch)
tree90d2a851cd558652121182937a5ec8373722cab0 /CUSTOM.md
parent61d73ac517ccbcc7ca8892010ef89e861052807f (diff)
parent33ef3d2ac9a03b06ff29f1367c69731a89f1dfc7 (diff)
Merge branch 'release-0.1.0'
Diffstat (limited to 'CUSTOM.md')
-rw-r--r--CUSTOM.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CUSTOM.md b/CUSTOM.md
new file mode 100644
index 0000000..67fdac0
--- /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.