mirror of
https://github.com/atom/atom.git
synced 2026-01-28 00:08:13 -05:00
This is a workaround for <http://code.google.com/p/gyp/issues/detail?id=323>. A future change will cause gyp to generate Makefiles to compile .coffee/.cson files to .js/.json. Makefiles use # as the comment character, and gyp isn't smart enough to escape the #. So now we don't use # in filenames to work around this bug.