From f6fd731a76cf5774ea2ccf99aa16c358bc2369ac Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Sat, 18 Feb 2017 23:52:30 -0600 Subject: [PATCH 1/2] Tell people how to debug JavaScript --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68bdf55321..d1fb88ab86 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,4 +18,11 @@ --- +**Debugging JavaScript** + +1. Edit data/\_data_/\_default_/configs/application.ini +2. Set 'use_app_debug_js' (and optionally 'use_app_debug_css') to 'On' + +--- + If you have any questions, open an issue or email support@rainloop.net. From 0d29f9f7088f7ccc9fa48e4e73900b5382ef3028 Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Sun, 19 Feb 2017 01:59:10 -0600 Subject: [PATCH 2/2] Tell people how to edit template files --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d1fb88ab86..55d294ec97 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,4 +25,11 @@ --- +**Editing HTML Template Files** + +1. Edit data/\_data_/\_default_/configs/application.ini +2. Set 'cache_system_data' to Off + +--- + If you have any questions, open an issue or email support@rainloop.net.