browserify / watchify

watch mode for browserify builds
Other
1.79k stars 181 forks source link

Fixed EPERM on Windows by removing the dotfile #161

Closed ArtskydJ closed 9 years ago

ArtskydJ commented 9 years ago

Removing the dotfile fixes the EPERM error issue. (#83)

ArtskydJ commented 9 years ago

Almost identical PR: #103.

ghost commented 9 years ago

It might be a good idea to check process.platform and only skip writing to the dotfile on windows. This feature was added in the first place to protect against delivering incomplete, partial content.