ember cli を使用する場合、これを実行しようとしましたが、ファイルが dist にコピーされません:
app.import('bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot', {
destDir: 'fonts'
});
したがって、ember サーバーを実行すると、次のようになります。
version: 0.1.15
Could not find watchman, falling back to NodeWatcher for file system events
Build failed.
Path or pattern "glyphicons-halflings-regular.eot" did not match any files
Error: Path or pattern "glyphicons-halflings-regular.eot" did not match any files
私は何を間違っていますか?