Sha256: 17cf98e73514a4bd14eb4b56cffb56b30be3c7a0406ab63cb406950067023ca8

Contents?: true

Size: 299 Bytes

Versions: 16

Compression:

Stored size: 299 Bytes

Contents

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

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

require "standard/rake"

task default: %i[spec standard]

task :assets do
  `npm run build`
end

# https://stackoverflow.com/questions/15707940/rake-before-task-hook
Rake::Task["build"].enhance ["assets"]

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
plutonium-0.12.13 Rakefile
plutonium-0.12.12 Rakefile
plutonium-0.12.11 Rakefile
plutonium-0.12.10 Rakefile
plutonium-0.12.9 Rakefile
plutonium-0.12.8 Rakefile
plutonium-0.12.7 Rakefile
plutonium-0.12.5 Rakefile
plutonium-0.12.4 Rakefile
plutonium-0.12.3 Rakefile
plutonium-0.12.2 Rakefile
plutonium-0.12.1 Rakefile
plutonium-0.12.0 Rakefile
plutonium-0.11.2 Rakefile
plutonium-0.11.1 Rakefile
plutonium-0.11.0 Rakefile