mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 01:57:54 +00:00
Remove unneeded modules
This commit is contained in:
parent
bf1bcb8f9e
commit
c17c8b3742
3
Rakefile
3
Rakefile
@ -5,12 +5,9 @@ require 'rake/clean'
|
|||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
require 'json'
|
require 'json'
|
||||||
require 'open3'
|
require 'open3'
|
||||||
require 'open-uri/cached'
|
|
||||||
require 'set'
|
require 'set'
|
||||||
require 'shellwords'
|
require 'shellwords'
|
||||||
|
|
||||||
OpenURI::Cache.cache_path = "#{Dir.pwd}/.cache"
|
|
||||||
|
|
||||||
desc 'Build the site'
|
desc 'Build the site'
|
||||||
task :build, %i[context base_url] => %i[export_avatars] do |_, args|
|
task :build, %i[context base_url] => %i[export_avatars] do |_, args|
|
||||||
args.with_defaults(context: 'production')
|
args.with_defaults(context: 'production')
|
||||||
|
Loading…
Reference in New Issue
Block a user