GriffinSauce / Grouplanner

Easy regular planning with groups
0 stars 0 forks source link

Builds and deploys are slooow #63

Closed GriffinSauce closed 9 years ago

GriffinSauce commented 9 years ago

The problem is we're using a NodeJS box on wercker to build and a NodeJS server environment. There are a lot of modules installed on Wercker that are not needed for building, they are then also transferred to the Openshift server.

Openshift also checks the package.json so we don't need to install everything at Wercker, just what we need for building.

Working on a solution.

GriffinSauce commented 9 years ago

Did some changes, since builds are ~10 seconds slower but deploys 3 minutes faster (~8 to ~5 minutes) I'm marking this done.

Still not fast but it's something.