We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi,
for some reason i get this error: Path must be a string. Received undefined Use --force to continue.
this is the grunt.js code:
sass: { dist: { options: { sourcemap: false }, files: { 'css/main.css' : 'scss/main.scss' } } },
Any idea hot to get rid of the error ?