Error: File not found with singular glob: E:/code/HexCube/Content/css/iframeSelectExercise/iframeSelectExercise.css (if this was purposeful, use `allowEmpty` option)
但是问题是我的E:/code/HexCube/Content/css
路径下面没有之后的文件啊,这个是为什么啊
解决方法
返回代码,在gulp.src()中添加
{allowEmpty: true}