README.md in rails-boilerplate-0.1.0 vs README.md in rails-boilerplate-0.1.1
- old
+ new
@@ -17,20 +17,21 @@
* copies over some static file (like favicons, touch icons, robots.txt, humans.txt) to the `public/` folder.
## Development
-If you want to checkout to code, be sure to do:
+If you want to checkout the code, be sure to do:
```bash
git submodule init
git submodule update
bundle
```
## Todo
* add option to strip comments from the `application.html.erb`
+* add option to exclude google analytics script
* check whether prototype instead of jquery is used, if so adapt the generated files
## Changelog
* 0.1.0: initial version.