Skip to content

Commit

Permalink
Merge branch 'js_fix2' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirdjavi committed Dec 5, 2023
2 parents e3086f5 + 13f40c9 commit 9c45733
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//= link_directory ../stylesheets .scss
//= link_directory ../javascript .js
//= link_tree ../../javascript .js
//= link_tree ../../../vendor/javascript .js
3 changes: 2 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@

get "monitors/lb"
get "/login/new", to: "login#new"
get "/packs/campaign.js", to: redirect("/assets/campaign-form.js")
get "/assets/campaign-form.js", to: redirect("/campaign-form.js")
get "/packs/campaign.js", to: redirect("/campaign-form.js")
end
File renamed without changes.

0 comments on commit 9c45733

Please sign in to comment.