README.md in lono-0.1.9 vs README.md in lono-0.2.0
- old
+ new
@@ -88,9 +88,17 @@
]
]
}
```
+#### Breaking up config/lono.rb
+
+If you have a lot of templates, the config/lono.rb file can get unwieldy long. You can break up the lono.rb file and put template defintions in the config/lono directory. Any file in this directory will be automatically loaded.
+
+An example is in the spec/project folder:
+
+* config/lono/api.rb
+
## Generate
You can generate the CF templates by running:
<pre>
\ No newline at end of file