我试图通过在插件项目中运行ember服务器来测试Ember addon
项目。这运行虚拟应用程序。但是,我没有使用ember-cli-less功能自动构建更少的文件(期待/app/styles/app.less
):
我有一些文件:
/addon-project
/app
/styles
/less
app.less
/dist
/assets
dummy.js
dummy.css
/tests
/dummy
但是当我运行ember服务器时出现错误:
version: 0.1.15
Could not find watchman, falling back to NodeWatcher for file system events
Livereload server on port 35730
Serving on http://0.0.0.0:4201/
File not found: /app/styles/app.less
in any of the following include paths:
/Users/me/github/ember-addons/header/tmp/tree_merger-tmp_dest_dir-qEC1hODR.tmp
Error: File not found: /app/styles/app.less
答案 0 :(得分:0)
你应该尝试移动" app.less"提交一个级别(从你的文件夹中删除,以便它位于" styles"文件夹中)。