aysark / dashing-timeline

Stylish timeline widget for Dashing.io
MIT License
28 stars 7 forks source link

mac os X has timeline not being found #4

Closed painbank closed 8 years ago

painbank commented 8 years ago

I can find the file on a Mac OS X Yosemite if I put timeline_data.yml in the jobs directory and change this line as follows in timeline.rb job.

#config_file = File.dirname(File.expand_path(__FILE__)) + '../timeline_data.yml'
config_file = File.dirname(File.expand_path(__FILE__)) + '/timeline_data.yml'
aysark commented 8 years ago

Can't test on mac atm, but try fiddling with the string, maybe remove the / prefix.

The File methods should be OS independent.