We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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,
The text was updated successfully, but these errors were encountered:
Hi @atteeela, Please look how it was done here: https://github.com/typescript-ruby/typescript-rails-example.
Sorry, something went wrong.
No branches or pull requests
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:
What is the preferred way to include Typescript files in the Rails javascript manifest?
Thank you,
The text was updated successfully, but these errors were encountered: