cfpb / regulations-site

(DEPRECATED) Web interface for viewing U.S. federal regulations and other regulatory information
Other
28 stars 43 forks source link

Remove compiled JS file #686

Closed ascott1 closed 9 years ago

ascott1 commented 9 years ago

This removes the compiled JS file from source control and also deletes a few lingering require.js files.

cmc333333 commented 9 years ago

Ooo how are you all doing deploys now? IIRC, these were originally included because it reduced deployments to a collectstatic call. I'd very much like to hear the alternative strategy -- it'd help on several projects. Maybe you are calling collectstatic on a build server?

ascott1 commented 9 years ago

@cmc333333 We're moving to a Jenkins job which will run the appropriate Grunt tasks. We're not quite there yet, but it worked out really nicely on OAH. We can even have custom tasks for different environments.