Skip to content

The [files]/include directive should accept unix style glob expressions#21

Open
GaretJax wants to merge 2 commits intoeldarion:masterfrom
GaretJax:master
Open

The [files]/include directive should accept unix style glob expressions#21
GaretJax wants to merge 2 commits intoeldarion:masterfrom
GaretJax:master

Conversation

@GaretJax
Copy link

@GaretJax GaretJax commented Aug 7, 2011

As the title says, the [files]/include directive introduced by #11 should be able to correctly parse glob expressions.

Each path is expanded using the glob.glob function and added to the deployment archive.

Example:
All my .css files are generated by SASS and thus not tracked by my vcs. To deploy them, I would be able to configure gondor like this:

[files]
include = frontend/static/styles/*.css

… expressions.

Each path is expanded using the glob.glob function and added to the deplyoment
archive.
@GaretJax
Copy link
Author

GaretJax commented Aug 7, 2011

Should be fine now. Thanks for checking.

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