bem / bem-express

BEM project-stub with BEMTREE and express
44 stars 20 forks source link

Exclude .DS_Store from watching for rebuild #140

Closed Realetive closed 6 years ago

Realetive commented 7 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.

2017-06-29 1 39 18

Realetive commented 7 years ago

Fixed with add ignored: '.**/*.DS_Store' to watchOpts in https://github.com/bem/bem-express/blob/master/server/rebuild.js#L10-L13