Arcath / compile-watch

Watch and compile files with atom
3 stars 0 forks source link

Do not accept .DS_Store as a format on Mac OS #5

Closed ArgosOz closed 9 years ago

ArgosOz commented 9 years ago

Do not accept .DS_Store as a file format when found in lib/formats/ on Mac OS

For example:

loadFormats: -> fs.readdirSync(formatsPath).forEach (file) -> if file.substring(0, 1) isnt '.'
require './formats/' + file