mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
0b2b3f6d6f
`bin/ember-cli -u` buffers the output of ember-cli, which means progress is not shown clearly. This commit uses `TERM=dumb` to put ember-cli into a more simple mode, which outputs progress on separate lines. Also adds a `[ember-cli]` prefix to all output.