2

我有一个Brocfile.js告诉 Broccoli / ember-cli 获取一堆文件,对它们做一些事情,然后生成和输出(vendor.css, vendor.js, app.js,app.css或其他东西)

如何打开 ember-cli 的调试,以便我知道在每个步骤中对哪些文件做了什么?

我需要这个的原因是因为我vendor.css的不完整,但我不知道究竟缺少什么:我想按照 Broccoli 正在运行的过程将它与我的 Brocfile 规范进行比较,看看错误可能在哪里......

我试过了--verbose。没有运气:

» ember server --verbose
version: 0.1.11
The option '--verbose' is not registered with the serve command. Run `ember serve --help` for a list of supported options.
4

0 回答 0