bower_components
使用 grunt 进行开发时,如何将目录更改为自定义目录?我想为scripts
我的所有库设置一个自定义文件夹。
1 回答
2
添加并使用.bowerrc
文件来定义bower_components
自定义路径。( http://bower.io/docs/config/ )
于 2014-11-14T14:49:16.297 回答
bower_components
使用 grunt 进行开发时,如何将目录更改为自定义目录?我想为scripts
我的所有库设置一个自定义文件夹。
添加并使用.bowerrc
文件来定义bower_components
自定义路径。( http://bower.io/docs/config/ )