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

Support static file mappings #2

Open
tommyy opened this issue Sep 16, 2013 · 1 comment
Open

Support static file mappings #2

tommyy opened this issue Sep 16, 2013 · 1 comment

Comments

@tommyy
Copy link

tommyy commented Sep 16, 2013

Proposal:

abc:
  - bar
  - baz
def:
  - foo

Will copy ./foo to server:/def/foo, and ./baz to server:/abc/baz

@petteras
Copy link

mappings:
[
{
source: "compiled/foo/*/.js",
targets: ["/var/www/min.js"],
whitelist: [],
blacklist: [],
flatten: true
},
{
source: "js/"
targets: ["", ""]
whitelist: []
blacklist: []
}
]

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

No branches or pull requests

2 participants