Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
turn off webpack progress for less noisy builds
This patchset also enables linting of webpack development to ensure es6 compatability. Before this patchset, gulp was invoked with an ampersand to make it a background process. However since it only takes a few seconds to run, it's success messages would be interlaced with webpack's output. This reads rather odd in our logs. Since gulp is a low-churn tool in canvas, let's mute stdout but still display stderr if an error should appear. Change-Id: I48846758e839480c9bc5779bfe64201e90713e2b Reviewed-on: https://gerrit.instructure.com/170833 Tested-by: Jenkins Reviewed-by: Rex Fleischer <[email protected]> QA-Review: Derek Bender <[email protected]> Product-Review: Derek Bender <[email protected]>
- Loading branch information