我正在用wiredep & gulp 编写一个脚本,但是当我包含Bootstrap 时,最后出现了一个意想不到的结果:
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap-theme.css" />
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap-theme.min.css" />
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css" />
为什么wiredep 包含.css 和min.css 文件?为什么还包括引导主题?
谢谢