serve icon indicating copy to clipboard operation
serve copied to clipboard

Starting slow after renaming folder

Open Webtransformer opened this issue 9 years ago • 5 comments

Hi, I had to move a serve project to a new folder (with new name). Now it needs a few minutes to start. Is there a way to find out whats causing this?

Thanks!

Webtransformer avatar Aug 07 '16 13:08 Webtransformer

I can think of anything in Serve that would cause this. Can you reproduce this with a sample project? Are you on Windows or Mac?

jlong avatar Aug 08 '16 15:08 jlong

No, with a new created project everything is fine. I am using Windows 7 64bit.

Webtransformer avatar Aug 08 '16 15:08 Webtransformer

How are you starting serve on that folder?

jlong avatar Aug 08 '16 15:08 jlong

Just with "serve" without any commands. There were no problems until the folder rename. For now I created a new serve project and copied all files from the old project.

Webtransformer avatar Aug 08 '16 16:08 Webtransformer

Is there anything different about where the new folder is located? Like on a different hard drive or partition?

When you run the serve command I assume you are in the folder?

cd path\to\folder
serve

Do you get different results if you pass the folder to serve?

serve path\to\folder

jlong avatar Aug 08 '16 16:08 jlong