keithwhor / nodal

API Services Made Easy With Node.js
http://www.nodaljs.com/
MIT License
4.51k stars 209 forks source link

Ignoring folders for livereload in development #277

Open jeansaigne opened 8 years ago

jeansaigne commented 8 years ago

Hello, I can upload easily, but when in development, the file uploaded ends in a subdirectory off the application "./uploads" and thus the application is restarting.

How can i prevent the application from restarting, in development, after this "./uploads" subdirectory being modified ?

keithwhor commented 8 years ago

Short answer: you can't right now.

I'll think about this for the 0.13 release. :)

jeansaigne commented 8 years ago

Glitch found !

For information i had to upload to Nodal server before transfering the datas to an S3 bucket.

I found an easy workaround: put the uploads folder outside the project and nodal doesn't restart after each upload !

Anyway, thanks for the reply