Closed Realetive closed 6 years ago
If you use MacOS and open a directory of first time, Finder can create .DS_Store file, that init rebuild in dev mode.
Fixed with add ignored: '.**/*.DS_Store' to watchOpts in https://github.com/bem/bem-express/blob/master/server/rebuild.js#L10-L13
ignored: '.**/*.DS_Store'
If you use MacOS and open a directory of first time, Finder can create .DS_Store file, that init rebuild in dev mode.