electrode-io / electrode-io.github.io

The public website of the Electrode platform

Home Page:http://www.electrode.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: Heroku Instructions / redifining start

jspears opened this issue · comments

should not change start behaviour
Instructions vs generator

-    "start": "gulp dev",
     "test": "gulp test",
-    "coverage": "gulp check"
+    "coverage": "gulp check",
+    "heroku-postbuild": "gulp build",
+    "start": "node server/index.js"

Hi @jspears ,
Are you referring to the difference in documentation between the "Deploy your App" and the "generator-electrode" Readme?