运行ember build w / watch和livereload

时间:2015-08-10 21:47:43

标签: javascript ember.js livereload

我目前正在使用命令:

$ ember build --watch --output-path=../public/

构建我的余烬应用程序。有什么方法可以实现同样的东西,但有一个livereload?

谢谢。

1 个答案:

答案 0 :(得分:0)

为什么不使用ember serve?它还有--output-path,如果你必须../public/而不是dist

ember serve --output-path=../public/