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.
1 parent 9f658cf commit ead0c96Copy full SHA for ead0c96
Readme.md
@@ -73,10 +73,9 @@ alert(post_path(1))
73
Upgrade js building process to update js-routes files in `Rakefile`:
74
75
``` ruby
76
-task "javascript:build" => "js:routes:typescript"
+task "javascript:build" => "js:routes"
77
# For setups without jsbundling-rails
78
-task "assets:precompile" => "js:routes:typescript"
79
-
+task "assets:precompile" => "js:routes"
80
```
81
82
Add js-routes files to `.gitignore`:
0 commit comments