typescript-ruby / typescript-rails

An asset pipeline wrapper for the TypeScript language
MIT License
255 stars 29 forks source link

Expand relative paths in /// <reference path="..." /> before compile #9

Closed tkawachi closed 11 years ago

tkawachi commented 11 years ago

Now users doesn't need to use File.dirname(FILE) for .

klaustopher commented 11 years ago

Looks good, I'll release a new version of the gem, when you've updated the typescript-src gem to 0.9.0 so we can use all the new features :smile:

:+1: Thanks for the great work!