File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 11# TypeScript for Rails [ ![ Build Status] ( https://travis-ci.org/typescript-rails/typescript-rails.svg?branch=master )] ( https://travis-ci.org/typescript-rails/typescript-rails )
22
3- ---
4-
5- ** Looking for a new maintainer** : Since I am no longer working with TS in my day to day life, and there are some major changes
6- [ coming up] ( http://blogs.msdn.com/b/typescript/archive/2013/10/17/typescript-and-the-road-to-1-0.aspx ) , I'm looking for someone
7- who wants to take over development of this gem
8-
9- ---
10-
11-
123This is a wrapper for the [ TypeScript] ( http://www.typescriptlang.org/ ) JavaScript superset language by Microsoft.
134
145It enables you to use the ` .ts ` extension in the Asset Pipeline and also in ActionView Templates.
@@ -42,6 +33,7 @@ And then execute:
4233 $ bundle
4334
4435## Usage
36+
4537Just add a ` .js.ts ` file in your ` app/assets/javascripts ` directory and include it just like you are used to do.
4638
4739## Contributing
@@ -51,3 +43,12 @@ Just add a `.js.ts` file in your `app/assets/javascripts` directory and include
51433 . Commit your changes (` git commit -am 'Add some feature' ` )
52444 . Push to the branch (` git push origin my-new-feature ` )
53455 . Create new Pull Request
46+
47+ ## Maintainers
48+
49+ 50+
51+ ## Authors
52+
53+ 54+
You can’t perform that action at this time.
0 commit comments