Skip to content

Commit

Permalink
Merge pull request #1797 from wwahammy/switch-to-js-routes
Browse files Browse the repository at this point in the history
Use js:routes task since the :typescript one is deprecated
  • Loading branch information
wwahammy authored Dec 14, 2024
2 parents d223313 + 28b09b1 commit bfba479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/js_routes.rake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# adds support for generating js routes as part of the assets:precompile task
namespace :assets do
task precompile: 'js:routes:typescript'
task precompile: 'js:routes'
end

# rubocop:enable Rake/Desc

0 comments on commit bfba479

Please sign in to comment.