运行 grunt 时不断出错,有人知道如何将 UNCSS 与 php 一起使用吗?
Fatal error: spawn C:\Users\**.**\Desktop\PhpstormProjects\**\node_modules\phantomjs\lib\phantom\phantomjs.exe ENOENT
我不确定如何解决这个问题,我的 UNCSS 文件看起来像
uncss: {
dist: {
options: {
stylesheets : ['css/clean.min.css'],
style: 'compressed'
},
files: [
//{ src: '*.html', dest: 'css/uncss/compiled.min.css'}
{
'css/app.clean.css': ['**/*.php']
}
]
}
},
非常感谢所有帮助