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

Nothing copied to TargetDir #180

Closed
M0nter0 opened this issue Jun 16, 2017 · 2 comments
Closed

Nothing copied to TargetDir #180

M0nter0 opened this issue Jun 16, 2017 · 2 comments

Comments

@M0nter0
Copy link

M0nter0 commented Jun 16, 2017

Running

 bower: {
            install: {
                options: {
                    targetDir: "./Scripts/bower_target",
                    cleanTargetDir: true, //This works
                    verbose: true
                }
            }
        }

It doesn't copy anything to the targetDir. It cleans the targetDir folder, but then it doesn't refill it. Of course, I've check that the files are already at bower folder.

When I run the task cmd.exe /c grunt -b the output is just:

bower:install --color
Running "bower:install" (bower) task
bower.json validation: Passed
>> Installed bower packages
Done, without errors.
Process terminated with code 0.

Using:
├── [email protected]
├── [email protected]
├── [email protected] //Tried also with 0.4.0 with the same results
├── ...

I've already check #158, #137 and #134 without success.
Any idea??

@codewithtyler
Copy link
Collaborator

Try adding copy: true to your config.

@M0nter0
Copy link
Author

M0nter0 commented Jun 16, 2017

It Works! Thanks, @tylerbhughes 👍

@M0nter0 M0nter0 closed this as completed Jun 16, 2017
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