Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
/vendor/assets/javascripts/ にあるCorners.jsという js ベンダー スクリプトがあります。js ベンダー スクリプトを含めるにはどうすればよいですか?
含めるだけ
//= require Corners.js
application.js に記述し、Rails に任せます (ベンダー/アセットが自動的に含まれます)。
ディレクトリを作成するだけの場合はvendor/assets/javascripts、Rails サーバーを再起動する必要があります。
vendor/assets/javascripts