We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't know if this has any issue to do with my OS upgrade, but when I run grunt now I get the error
Could not find an option named "load-path".
Below is the structure of the sass config
sass: { dist: { //All LTR options: { style: 'expanded', loadPath: ['node_modules/foundation-sites/scss'] }, files: [{ expand: true, cwd: 'src/scss/', src: ['main.scss'],//, 'main-rtl.scss'], // dest: 'src/site/css/', ext: '.css' }] } },
My OS: MacOS High Sierra
MacOS High Sierra
The text was updated successfully, but these errors were encountered:
The correct option name seems to be "includePaths", not "loadPath".
Sorry, something went wrong.
No branches or pull requests
I don't know if this has any issue to do with my OS upgrade, but when I run grunt now I get the error
Could not find an option named "load-path".
Below is the structure of the sass config
My OS:
MacOS High Sierra
The text was updated successfully, but these errors were encountered: