Remove submodules.rake
This commit is contained in:
parent
4f282e12f2
commit
55c116d59e
2 changed files with 0 additions and 9 deletions
|
@ -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|
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue