Sha256: a3c05b4eabce0285e374a7986ebc68144bf2ca0332c23697d35007752e77714c

Contents?: true

Size: 356 Bytes

Versions: 3

Compression:

Stored size: 356 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task default: :spec

desc "Download Heroicons"
task :download_heroicons do
  system "git clone https://github.com/tailwindlabs/heroicons.git"
  system "cp -r heroicons/optimized/* assets/heroicons"
  system "rm -rf heroicons/"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
protos-icon-1.0.0 Rakefile
protos-icon-0.4.1 Rakefile
protos-icon-0.4.0 Rakefile