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

do not install less sources #5359

Merged
merged 1 commit into from Mar 20, 2014
Merged

do not install less sources #5359

merged 1 commit into from Mar 20, 2014

Conversation

minrk
Copy link
Member

@minrk minrk commented Mar 14, 2014

only their css build results are used after install, so there's no need to include them in installs / wheels.

# add 'static/' prefix to exclusions
excludes = [pjoin('static', ex) for ex in excludes]
# add 'ex/*' to exclusions, so that descendents are also excluded
excludes.extend([pjoin(ex, '*') for ex in excludes])
Copy link
Member

Choose a reason for hiding this comment

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

Reading this, I find the process of building a list, modifying it, and extending it with a modified copy of itself confusing. Could we get rid of one or both modification steps and bear a little bit of repetition for the sake of clarity?

Copy link
Member Author

Choose a reason for hiding this comment

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

should be simpler now

only their css build results are used after install
@ivanov
Copy link
Member

ivanov commented Mar 20, 2014

just tested it, works great. (though i thought it didn't work for a long time, because I had stale files in my build/ directory. Merging!

ivanov added a commit that referenced this pull request Mar 20, 2014
@ivanov ivanov merged commit 0658c43 into ipython:master Mar 20, 2014
@minrk minrk deleted the no-install-less branch March 31, 2014 23:36
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
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

3 participants