Skip to content

Commit ead0c96

Browse files
committed
Remove deprecated task from readme
1 parent 9f658cf commit ead0c96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ alert(post_path(1))
7373
Upgrade js building process to update js-routes files in `Rakefile`:
7474

7575
``` ruby
76-
task "javascript:build" => "js:routes:typescript"
76+
task "javascript:build" => "js:routes"
7777
# For setups without jsbundling-rails
78-
task "assets:precompile" => "js:routes:typescript"
79-
78+
task "assets:precompile" => "js:routes"
8079
```
8180

8281
Add js-routes files to `.gitignore`:

0 commit comments

Comments
 (0)