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
If I do copy-and-watch --watch assets/ dist/ it will copy nothing, while I expect the assets/ folder to be copied. Also if I do copy-and-watch --watch assets/* dist/ It will copy the files inside the assets folder and not itself. Is it possible to copy and watch a directory itself?
The text was updated successfully, but these errors were encountered:
If I do
copy-and-watch --watch assets/ dist/
it will copy nothing, while I expect the assets/ folder to be copied. Also if I docopy-and-watch --watch assets/* dist/
It will copy the files inside the assets folder and not itself. Is it possible to copy and watch a directory itself?The text was updated successfully, but these errors were encountered: