We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello,
I'm unable to include a Typescript (1.6) file such as my_test_ts_object.js.ts, when I try to load my app I get:
Sprockets::FileNotFound at / couldn't find file 'my_test_ts_object' (in /Users/bob/git/myapp/app/assets/javascripts/application.js:89)
What is the preferred way to include Typescript files in the Rails javascript manifest?
Thank you,