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

"Ignore" files doesn't seem to work #32

Open
harrysrevis opened this issue Apr 16, 2020 · 1 comment
Open

"Ignore" files doesn't seem to work #32

harrysrevis opened this issue Apr 16, 2020 · 1 comment

Comments

@harrysrevis
Copy link

Hi,
the problem i face is that i have two ".scss" files named "core.scss" and "_bootstrap.scss".

The thing is that i have the following settings in my ".json settings" and it does not ignore the underscore named scss file but both of scss files.

Here's what i wrote:

"easycompile.compile": {
    "ignore" : [
        "**/_*.scss"
    ],
    "minifyJsOnSave": false,
    "minifyCssOnSave": true
}

any ideas on why this happens?

P.S.: I checked if there's any conflicts with other extensions but since the last time it worked, i haven't added or removed any extensions.

Thanks

@p1two
Copy link

p1two commented Apr 23, 2020

The ignores function expects a relative path. #29

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