dfrankland / hyper-tab-icons

💅 Icons in the header tabs for the current running process in Hyper.app.
91 stars 16 forks source link

application names are limited by module.exports/css names #7

Open jbergstroem opened 8 years ago

jbergstroem commented 8 years ago

..which means we can't use names like g++ or clang++.

dfrankland commented 8 years ago

This hadn't even crossed my mind. Good catch though! I'll need to investigate a little further to see how to fix this.