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

Wrong dest path #26

Closed
FrankFang opened this issue Dec 19, 2013 · 1 comment
Closed

Wrong dest path #26

FrankFang opened this issue Dec 19, 2013 · 1 comment

Comments

@FrankFang
Copy link

My config

    includereplace: {
        dev: {
            src: 'app/*.html',
            dest: '.tmp/'
        }
    }

When I run grunt includereplace -v, got this

Running "includereplace:dev" (includereplace) task
Verifying property includereplace.dev exists in config...OK
Files: app/404.html, app/about.html, app/admin.html, app/all_day_look.html, app/faq.html, app/how_it_works.html, app/index.html, app/team.html -> .tmp/ ...
Reading app/index.html...OK
Writing .tmp/app/index.html...OK
>> Processed app/index.html

It's writing .tmp/app/index.html but not .tmp/index.html.
How can I make it work as I expected?

@alanshaw
Copy link
Owner

See #24

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