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

dir should be go away and be rolled into src #6

Open
madskristensen opened this issue Sep 9, 2015 · 1 comment
Open

dir should be go away and be rolled into src #6

madskristensen opened this issue Sep 9, 2015 · 1 comment

Comments

@madskristensen
Copy link

Having both dir and src is confusing. Only src should be needed and support globbing patterns as well.

Actual

task css {
    dir "css/*.css" |
        src |
        cssmin |
        dest "output/combined.css"
}

Expected

task css {
    src "css/*.css" |
        cssmin |
        dest "output/combined.css"
}
@sayedihashimi
Copy link
Member

Ok, how about getting rid of src then? I can update it to call it under the hood.

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