-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
standardize dev env #360
standardize dev env #360
Conversation
Since we want to use gulp in production at Heroku.
Only assume `bundle` on `PATH` (not `gulp` or `rails`), and adapt to `gulpfile.js` now being in the project root.
We don't need two levels of directory nesting for this, and "bootstrap" is more descriptive of the purpose here.
Basically I think we should use Heroku buildpacks to build locally, to keep dev and production as similar as possible. |
Gosh, we should really have tests. :-( |
I'm abandoning this until after we have CI. |
I agree, but we opted to wait until stage 3 of the roadmap (http://cityasacampus.org/doc/roadmap.html), which is post-MVP to write the unit tests. Not very conventional, but unit tests, logging, and great documentation are all called out under the "tech debt" label that I'll make an epic for post-MVP. |
Follow-on from #358.