freedomofpress / securethenews

An automated scanner and web dashboard for tracking TLS deployment across news organizations
https://securethe.news
GNU Affero General Public License v3.0
100 stars 25 forks source link

Deployment: sanely handle gulp builds #39

Closed conorsch closed 7 years ago

conorsch commented 7 years ago

The gulpfile.js blocks, causing Ansible tasks calling gulp to hang indefinitely. This is due to dev-specific live reload logic that should not be run in production. Further research is needed to modify the gulpfile.js such that it supports invocation like gulp build --production to build assets but not run and livereloading logic.

See #37 for a bit of context.

garrettr commented 7 years ago

Resolved by #46.