mozilla-services / FindMyDevice

Find My Device - 🚨🚨This server is obsolete and unsupported.🚨🚨
Mozilla Public License 2.0
13 stars 8 forks source link

fmd.stage should use dist/ resources instead of dev resources #190

Open pdehaan opened 10 years ago

pdehaan commented 10 years ago

Currently we are using non-minimized resources which are great for dev, but not using dist/ resources which aren't minimized or what we'd be using in a prod environment.

Lets see if we can serve up the grunt dist/ stuff.

nchapman commented 10 years ago

I think this is a great first step to making stage more like production. Ideally stage would be exactly like production (complete with rpms and the like). @jrconlin what's the likelihood of that happening now that we seem to have the prod stack designed/scripted?