标签: gruntjs bower bower-install
在使用grunt进行开发时,如何将bower_components目录更改为自定义目录?我想为所有库设置一个自定义文件夹,例如scripts。
bower_components
scripts
答案 0 :(得分:2)
添加并使用.bowerrc文件来定义bower_components自定义路径。 (http://bower.io/docs/config/)
.bowerrc