-
Notifications
You must be signed in to change notification settings - Fork 167
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
After 2.1.0 update - ERROR: Unable to exclude default styles #1128
Comments
@dlangston I think you're missing dist folder try running this task first
|
@junaidrsd Thanks for the reply. I haven't needed to run |
This isn't new this task is a dependency to main tasks. Somehow it did not perform or dist folder might got deleted for some reason. I think I need to display meaningful error message. |
So what is the best way to make sure the dist folder is added? |
Dist folder is always there unless one delete it accidentally. I'm 100% occupied with other things otherwise there can be better ways to handle this situation. |
I had the same issue with a fresh build and adding So the readme is actually wrong because the default is not Line 229 in 580b6d0
|
Fix available in #1130. |
I was getting the same default style bug on clean build as described here #1115
I updated to 2.1.0 because it is suppose to have a fix for this issue, however once I update to 2.1.0 I receive the following error when I run gulp -
ERROR: Unable to exclude default styles
I thought it might be related to the
includeDefaultStyles
but I am not using this and adding it to my gulp file doesn't seem to effect the outcome. Any help would be greatly appreciated because I am having to revert back to version 1.7.0 to not have the default style bug issue.Also, I found that if you run gulp twice after a clean build the style bug seems to fix itself. Not sure why?
The text was updated successfully, but these errors were encountered: