Dionysis Lorentzos
Dionysis Lorentzos
Possibly add this useful snippet in the docs (for OS X): ``` # ~/.bash_profile export JAVA6_HOME=`/usr/libexec/java_home -v 1.6` export JAVA7_HOME=`/usr/libexec/java_home -v 1.7` export JAVA8_HOME=`/usr/libexec/java_home -v 1.8` ```
Hi Rachel and many thanks on your making this theme! I don't know if I broke something here or if this is confirmable but the button tag CSS seems to...
Looks like if `app.use(bodyParser.json())` is added the main app (`app/app.js`), the publish & temp command of admin will hang up. I might investigate further to see why the conflict