Mimosa提供了目录结构。。。
- 资产(watch.sourceDir)
- assets/JavaScript文件(Bower在此处安装到供应商目录)
- 公众
含羞草提取物
vendor: # settings for vendor assets
javascripts: "javascripts/vendor" # location, relative to the watch.sourceDir
可以使用以下结构吗。。。
- 资产
- bower(仅包含供应商资产)
- public(将在构建中同时包含assets和bower)
或者提议的";bower";dir是否相对于watch.sourceDir?有已知的解决方法吗?我应该避免变通办法吗?
附言:这是我的雇主希望采用的结构。
不知道我是怎么错过的!
最近,含羞草bower添加了一个新的配置。strategy: together
就是你想要的。
以下是together
的文档:https://github.com/dbashford/mimosa-bower#strategy-一起
下面是一个使用该策略的示例应用程序(使用Polymer):https://github.com/brzpegasus/mimosa-polymer-demo