jeremysolarz

Results 2 issues of jeremysolarz

Added environment variable COLOR to set, if present, the background color of index.html to address request in issue #28. Examples: ``` gcloud run deploy cloud-run-hello --image --set-env-vars COLOR=red --revision-suffix red...

When I checkout the empty skeleton branch ``` git clone git://github.com/icholy/ember-brunch.git -b empty brunch new myapp -s ./ember-brunch/ ``` And start the server ``` brunch watch --server ``` then visit...