先ほどデプロイでエラーになり質問しました。
デプロイするとエラー「not present in the asset pipeline」
この件で調べてるうちに、
HerokuがRailsのアセットパイプラインを読み取ってくれない問題
といのがあり、ローカル開発環境で
rake assets:precompile RAILS_ENV=production
と入力しました。
これがまずかったのか、
rails s
でローカル環境で起動しますと、まったくcssが当たらなくなりました。
なおcssなどファイル変更は一切行っていません。
git status
して確認しました。
どうすれば元のcssが当たった状態に戻るでしょうか?
分かる方教えて下さい。宜しくお願い致します。
【追記】
コマンド実行した時の出力を追記します。
全部は無理だったので途中までです。
rails_user@user-PC:~/gvgv$ bundle exec rake assets:precompile RAILS_ENV=production yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.1.3: The platform "linux" is incompatible with this module. info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation. info fsevents@1.2.13: The platform "linux" is incompatible with this module. info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... warning " > webpack-dev-server@3.11.1" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0". warning "webpack-dev-server > webpack-dev-middleware@3.7.3" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0". [4/4] Building fresh packages... Done in 8.86s. I, [2021-08-17T11:59:11.936300 #30280] INFO -- : Writing /home/rails_user/gvgv/public/assets/manifest-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.js I, [2021-08-17T11:59:11.938678 #30280] INFO -- : Writing /home/rails_user/gvgv/public/assets/manifest-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.js.gz I, [2021-08-17T11:59:11.939276 #30280] INFO -- : Writing /home/rails_user/gvgv/public/assets/application-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.css I, [2021-08-17T11:59:11.941329 #30280] INFO -- : Writing /home/rails_user/gvgv/public/assets/application-04024382391bb910584145d8113cf35ef376b55d125bb4516cebeb14ce788597.css.gz Compiling... Compiled all packs in /home/rails_user/gvgv/public/packs Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating Hash: ca32d6d83e677b93fcc6 Version: webpack 4.44.2 Time: 63385ms Built at: 08/17/2021 12:00:24 PM
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。