Disable the web manfifest hook

This commit is contained in:
Eugene Burmakin 2025-10-02 21:05:17 +02:00
parent 6ec6330ada
commit d070eb40b9

View file

@ -38,6 +38,6 @@ namespace :webmanifest do
end end
# Hook to automatically generate webmanifest after assets:precompile # Hook to automatically generate webmanifest after assets:precompile
Rake::Task['assets:precompile'].enhance do # Rake::Task['assets:precompile'].enhance do
Rake::Task['webmanifest:generate'].invoke # Rake::Task['webmanifest:generate'].invoke
end # end