gpt4 book ai didi

javascript - Grunt Combine Media Queries - 无法调用未定义的方法 "join"

转载 作者:搜寻专家 更新时间:2023-11-01 00:45:45 25 4
gpt4 key购买 nike

我找到了 Grunt Combine Media Queries今天早上插件并一直在考虑让它在我的构建上运行,因为我们的 CSS 中有大量的媒体查询声明(204 - 我们正在使用 SASS),我想减少这些声明。

cmq: {
options: {
log: true
}
, your_target: {
files: {
'<%= meta.cssPath %>temp': ['<%= meta.cssPath %>hayes.css']
}
}
}

cssPath 就是 CSS 所在的目录。

当我运行 grunt cmq 时,出现以下错误:

Processed media queries:
@media screen and (-webkit-min-device-pixel-ratio: 0)
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
@media only screen and (min-device-pixel-ratio: 2)
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi)
@media (max-width: 767px) and (min-width: 768px)
@media (min-width: 768px) and (max-width: 979px)
@media (min-width: 768px)
@media (min-width: 768px) and (max-width: 767px)
@media (min-width: 768px) and (max-width: 767px) and (max-width: 767px)
@media (min-width: 768px) and (min-width: 1200px)
@media (min-width: 979px)
@media (min-width: 980px) and (max-width: 1200px)
@media (min-width: 1200px)
@media (max-width: 980px)
Warning: Cannot call method 'join' of undefined Use --force to continue.

Aborted due to warnings.

有没有人有类似的情况或知道是什么原因造成的?我正在运行 Grunt 0.4.1。

最佳答案

我看了一下,如果媒体查询中有评论,这个繁重的任务似乎会失败。

我已发送拉取请求来解决此问题:https://github.com/buildingblocks/grunt-combine-media-queries/pull/5

如果你走投无路,欢迎使用我的 fork :https://github.com/badsyntax/grunt-combine-media-queries

关于javascript - Grunt Combine Media Queries - 无法调用未定义的方法 "join",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18489110/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com