Remove submodules.rake

This commit is contained in:
0x1eef 2024-05-02 10:48:29 -03:00
parent 4f282e12f2
commit 55c116d59e
2 changed files with 0 additions and 9 deletions

View file

@ -9,7 +9,6 @@ require "yaml"
load "rake/tasks/deploy.rake"
load "rake/tasks/format.rake"
load "rake/tasks/nanoc.rake"
load "rake/tasks/submodules.rake"
desc "Serve the website on localhost"
task :server, [:protocol] do |_t, args|

View file

@ -1,8 +0,0 @@
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