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

Add option to strip extensions for wsgi / distutils integration #258

Merged
merged 1 commit into from Aug 16, 2018
Merged

Add option to strip extensions for wsgi / distutils integration #258

merged 1 commit into from Aug 16, 2018

Conversation

asottile
Copy link
Member

No description provided.

@asottile
Copy link
Member Author

This is a start of a fix for #55

@dahlia -- this is the careful approach, we could also just change the default to True (breaking)? The default is eventually going to change anyway.

CC @maki-markie

sass_path,
css_path=None,
wsgi_path=None,
strip_extension=False,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about defaulting this to None at this point? We could warn as well if it's None (implying a user doesn't pass True nor False explicitly) for some period, and finally change the default value to False at some point.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you mean True eventually right :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants