Skip to content
New issue

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

Could not find an option named "load-path" #238

Open
sslgeorge opened this issue Nov 12, 2017 · 1 comment
Open

Could not find an option named "load-path" #238

sslgeorge opened this issue Nov 12, 2017 · 1 comment

Comments

@sslgeorge
Copy link

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

@andrejpavlovic
Copy link

The correct option name seems to be "includePaths", not "loadPath".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants