Quartz / Chartbuilder

A front-end charting application that facilitates easy creation of simple beautiful charts
http://quartz.github.io/Chartbuilder
MIT License
2.1k stars 354 forks source link

Can't get .styl files open #234

Closed khantasha closed 8 years ago

khantasha commented 8 years ago

I installed stylus using npm, but I try to open the file and get this message:

"No application knows how to open /Users/akanik/Downloads/Chartbuilder-master/src/styl/colors.styl."

Help! Thanks.

yanofsky commented 8 years ago

You're double clicking those in Finder/Window's explorer?

They're just text files, so you'll need to have to follow the process here for windows http://windows.microsoft.com/en-us/windows/change-file-open-program#1TC=windows-7 or here for OS X http://www.dummies.com/how-to/content/how-to-assign-a-file-type-to-an-application-in-mac.html

so that .styl files are associated with your text editor.

yanofsky commented 8 years ago

@khantasha did that work?

khantasha commented 8 years ago

Hi! Yes! That worked! Thank you!