I keep getting error when I run grunt, dose anyone know how to use UNCSS with php ?
Fatal error: spawn C:\Users\**.**\Desktop\PhpstormProjects\**\node_modules\phantomjs\lib\phantom\phantomjs.exe ENOENT
Im not sure how to fix this problem, my UNCSS file looks like
uncss: {
dist: {
options: {
stylesheets : ['css/clean.min.css'],
style: 'compressed'
},
files: [
//{ src: '*.html', dest: 'css/uncss/compiled.min.css'}
{
'css/app.clean.css': ['**/*.php']
}
]
}
},
All help is much appreciated