Actually write changed manifest to disk

This commit is contained in:
Sebastian Serth
2022-12-06 19:43:15 +01:00
parent cfb5fac5b2
commit 7debe371b3

View File

@ -55,6 +55,8 @@ namespace :assets do
write_asset(file, new_content.join, manifest)
end
# We need to write the manifest file again to include the new integrity hashes
manifest_json['files'] = manifest
File.write(manifest_path, manifest_json.to_json)
end