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

Added LESS_PATHS option #266

Merged
merged 4 commits into from Oct 26, 2013
Merged

Added LESS_PATHS option #266

merged 4 commits into from Oct 26, 2013

Conversation

noirbizarre
Copy link
Contributor

This pull request allow to easily specify extra included paths for less compilation:

env.config['less_paths'] = (
    '../bower/bootstrap/less',
    'assets/less',
)

@miracle2k
Copy link
Owner

This should use env.resolver - that means make it work properly with Flask-Assets etc. See the class here: https://github.com/miracle2k/webassets/blob/master/src/webassets/env.py#L95

@noirbizarre
Copy link
Contributor Author

Is this what you expected ?

miracle2k added a commit that referenced this pull request Oct 26, 2013
@miracle2k miracle2k merged commit 90bd620 into miracle2k:master Oct 26, 2013
@miracle2k
Copy link
Owner

Thanks! Sorry for the delay.

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