Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这里很简单,我了解该语句的基础知识,但我该如何解决这个问题?我在我的 sass 中使用了很多文件通配符。
请指教。
所以,这基本上是因为 gulp 如何处理流中的单个文件。由于 gulp-ruby-sass 只是 Ruby sass 的包装器,因此您只需将正确的参数传递给 gulp-sass 函数,即:{bundleExec: true, compass: true, and require "sass-globbing"}。在那之后,他们都玩得很好。