README.md in shibori-1.0.0.beta1 vs README.md in shibori-1.3.0.beta1
- old
+ new
@@ -18,7 +18,16 @@
```
## Development alongside Rails
In the rails app, set up bundler to use the local copy of shibori you have: `bundle config local.shibori path/to/your/local/shibori`.
+When you do local development you'll want the `local.shibori` set up. Before you deploy, you may want to remove this to test a specific tag.
+
+
+```sh
+# ~/.zshrc or ~/.bashrc example
+alias shibori-on="bundle config local.shibori ../shibori"
+alias shibori-off="bundle config --delete local.shibori"
+```
+
## Pattern lab docs
Shibori uses the [node version](https://github.com/pattern-lab/patternlab-node) of [Pattern Lab](http://patternlab.io/). You can find documentation in this repo's [`docs`](/docs) directory.