jspm-dev-server icon indicating copy to clipboard operation
jspm-dev-server copied to clipboard

Erroneous ignore path

Open NullDivision opened this issue 8 years ago • 1 comments

I've spent around an hour trying to figure out what the issue was. Given the directory structure:

|
+--+ node_modules/
+--+ src/
   |
   +-- index.js
+--+ package.json

It would appear that chokidar is ignoring src/index.js if i run jspm-dev-server. The culprit is /^\./ in the ignore array.

NullDivision avatar Dec 26 '16 21:12 NullDivision

I see. https://github.com/mikz/jspm-dev-server/blob/09fdecd975f11c703bf43aab58eb35dc45104855/bin/jspm-dev-server#L19

Care to issue a PR? I'm not sure what the issue is as that should match only files starting with a dot.

mikz avatar Dec 27 '16 09:12 mikz