DEV: Collect css assets from webpack build (#25087)

fb95ab8e00 started depending on webpack-bundled CSS, but css files weren't being collected by Sprockets or uploaded to S3.
This commit is contained in:
David Taylor 2024-01-02 12:45:34 +00:00 committed by GitHub
parent 37127ec141
commit 7d0e0c3110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ class EmberCli < ActiveSupport::CurrentAttributes
end
def self.assets
cache[:assets] ||= Dir.glob("**/*.{js,map,txt}", base: "#{dist_dir}/assets")
cache[:assets] ||= Dir.glob("**/*.{js,map,txt,css}", base: "#{dist_dir}/assets")
end
def self.script_chunks