You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Running
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: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??
The text was updated successfully, but these errors were encountered: