Sha256: 18e7151f51feb76d8fec44ad4bf37996edef3209b9a54ca4dee72e707effc6ea

Contents?: true

Size: 330 Bytes

Versions: 4

Compression:

Stored size: 330 Bytes

Contents

# frozen_string_literal: true

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

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

task default: :spec

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

4 entries across 4 versions & 1 rubygems

Version Path
protos-icon-0.3.1 Rakefile
protos-icon-0.3.0 Rakefile
protos-icon-0.2.0 Rakefile
protos-icon-0.1.0 Rakefile