ga-wdi-boston / ember-template

Other
5 stars 43 forks source link

Add instruction to run ember build and ember test #10

Open jrhorn424 opened 7 years ago

jrhorn424 commented 7 years ago

Before running ember server.

raq929 commented 7 years ago

Do you want to add this as an instruction in the README, or automatically run them via grunt when the server is run?

gaand commented 7 years ago

I don't think we want to run them automatically. We don't do that for any other template.

We don't currently use grunt server for this. I'm not sure we should. We're using ember-cli and should probably configure it if possible.

raq929 commented 7 years ago

OK. I'm confused about what we are configuring it to do.

gaand commented 7 years ago

Me too.