跑步" sass:dist" (sass)任务
警告:bower_components / foundation / scss / foundation / functions:13:错误:错误读取>值后) 使用--force继续。
因警告而中止。
请看下面的解决方案。
答案 0 :(得分:5)
所以我找到了错误的解决方案,谢谢:
Michael Degli-Angeli
(9/11/2014) - 看来Micheal从以下链接/帖子中删除了他的帖子
http://foundation.zurb.com/forum/posts/19063-grunt---error-error-reading-values-after----libsass
原来这是基金会的一个错误,今天刚刚开始发生。 (2014年9月10日)
解决方案:
从
中的第13行删除!globalbower_components /基础/ SCSS /基础/ _functions.scss
并像这样运行grunt:
./ node_modules / grunt-cli / bin / grunt
注意:如果您的bower.json正在使用最新的基金会进行编译,请小心。
答案 1 :(得分:0)
删除!global时的问题是我现在有一个很长的编译输出文件,有很多重复的东西。只需在Chrome中使用检查器,您就会看到......我暂时找不到其他解决方案...
答案 2 :(得分:0)
简单地更新grunt-sass似乎可以解决问题,请参阅Zurb论坛上的Paul Angus's reply
npm install --save-dev grunt-sass
之后,grunt build
应该编译而没有错误。