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

reading sprite config with project level #139

Merged
merged 1 commit into from
Mar 15, 2014

Conversation

adyliu
Copy link
Contributor

@adyliu adyliu commented Feb 27, 2014

Add 'Project-level' configuration support.

http://glue.readthedocs.org/en/latest/files.html#introduction

sprites
    ├── actions
    │   ├── add.png
    │   ├── remove.png
    │   └── sprite.conf
    └── icons
    │   ├── comment.png
    │   ├── new.png
    │   └── rss.png
    └── sprite.conf

The arguments in the sprite-level configuration file can overwrite the value of 'sprite.conf' in the project folder.

The glue DO NOT read the arguments in the 'Project-level' file after v0.9 and that's different with v0.3 before.

So I add this future back to the latest version.

@jorgebastida jorgebastida merged commit c9e654d into jorgebastida:master Mar 15, 2014
@jorgebastida
Copy link
Owner

I've changed your patch a little bit and wrote some regression tests. Merged into master. Thanks!

@jorgebastida
Copy link
Owner

released as part of glue 0.9.4

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.

2 participants