在usemin

时间:2016-10-04 11:19:15

标签: css cdn grunt-usemin

我正在使用grunt构建将文件从生产复制到构建。在工作时我正在使用本地bootstrap css,但是在构建中我需要将CDN url替换为bootstrap。

<!--build:css http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css-->
    <link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<!-- endbuild-->

首先这可能吗?使用usemin时,Grunt构建为http路径提供错误。

感谢。

1 个答案:

答案 0 :(得分:0)

得到临时解决方案。

我的grunt构建非常完美,除了http:// url for bootstrap。所以我使用--force(grunt build --force)命令来构建我的项目。

这给了我警告,但按照我的要求和CDN url for bootstrap构建项目。