-
Notifications
You must be signed in to change notification settings - Fork 23
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
Custom .csscomb.json doesn't work. #19
Comments
Same issue. However, it works on 3.0.2. |
I thought I had the same issue however it turned out my config was not valid (comments threw an error) only worked it out by overwriting the comb in the config in the node module so basically mine was failing silently when in root the error displayed once I had overwritten the default |
Have the same issue. ps: file placement correct — the are in the same folder:
pss: update: problem found — it was syntax error in my |
Realise this is an old issue but I'm having this issue even now, but it seems it is only on Windows. Trying the same code from the same repo on a mac works fine. As @srahulprdxn says, neither of these two options work:
or
Looking at the source code I also tried the below to no avail:
|
To fix this I've rolled back to use 3.0.2 and now all is working fine. This does really need fixing though. |
I have kept .csscomb.json in the root.
This is the code I have in gulpfile.js which doesn't work:
Niether this works:
Nor this:
No matter what I do, It applies the default config.
The text was updated successfully, but these errors were encountered: