al-quran.reflectslight.io/rake/tasks/submodules.rake

9 lines
211 B
Ruby
Raw Normal View History

2024-03-15 17:05:58 +01:00
namespace :submodules do
desc "Copy surah-name-glyphs into place"
task :'copy-glyphs' do
sh "cp -Rfv " \
"submodules/surah-name-glyphs/opengraph/*.png " \
"src/images/opengraph/"
end
end