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 file globbing for input and output #35

Closed
sonniesedge opened this issue Oct 3, 2014 · 3 comments
Closed

Support file globbing for input and output #35

sonniesedge opened this issue Oct 3, 2014 · 3 comments
Labels

Comments

@sonniesedge
Copy link

In the example below, if multiple files and folders are specified via file globbing, the destination value is ignored.

Grunt code:

    inline: {
      dist: {
          files: [{
            expand: true,
            cwd:  'source/',
            src: ['**/*.html'],
            dest: 'destination/'
          }]
      }
    }

Output: (grunt inline:dist --verbose)

OK
Reading source/index.html...OK
Processing source/index.html...Writing source/index.html...OK
OK
Reading source/test/index.html...OK
Processing source/test/index.html...Writing source/test/index.html...OK
OK
@Lynn-cc
Copy link

Lynn-cc commented Jan 6, 2015

I have the same problem...

@chyingp
Copy link
Owner

chyingp commented Jan 8, 2015

@sonniesedge @Lynn-cc

I will take care of your problem as soon as possible :)

@chyingp chyingp added the bug label Jan 8, 2015
@chyingp
Copy link
Owner

chyingp commented Jan 8, 2015

@sonniesedge @Lynn-cc

I've get the bug fixed and tested it one my own computer.

Try version 0.3.4 and check whether the problem is fixed.

@chyingp chyingp closed this as completed Jan 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants