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.
Ruby on Railsを使用してアプリケーションを開発しており、ブートストラップを使用してCSSをアップグレードしています。
私の質問は:
次のURLリンクがある場合: link href="css/bootstrap.css" rel="stylesheet"
link href="css/bootstrap.css" rel="stylesheet"
URLを相対URLに再定義するにはどうすればよいですか。したがって、URLを再配置しても壊れません。
プロジェクトのファイル?
Rails アセット パイプラインを使用します。このガイドを参照してください。
http://guides.rubyonrails.org/asset_pipeline.html