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

Allow to use wildcards in path #14

Open
zlorf opened this issue May 19, 2014 · 3 comments
Open

Allow to use wildcards in path #14

zlorf opened this issue May 19, 2014 · 3 comments

Comments

@zlorf
Copy link

zlorf commented May 19, 2014

It would be nice if sed allow to use wildcards and other goodies available in most of grunt tasks (http://gruntjs.com/configuring-tasks#globbing-patterns), for example:

sed:
    all_api_url:
        path: "build/**/*.{js,html}"
        pattern: '%API%'
        replacement: "<%= config.api_url %>"

For now it fails: Warning: ENOENT, no such file or directory.

@jharding
Copy link
Owner

jharding commented Jul 9, 2014

Pull requests welcomed 😄

@vdininski
Copy link

+1

@daniel-rabe
Copy link

#18

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

4 participants