Sha256: 8f8ed6f3e5e8066c1311858f0d42463bc080aad7f852f649368113d1e3913145

Contents?: true

Size: 744 Bytes

Versions: 52

Compression:

Stored size: 744 Bytes

Contents

begin
  require "rspec/core/rake_task"
  RSpec::Core::RakeTask.new(:spec)
rescue LoadError
  puts "Running in production mode"
end

APP_RAKEFILE = File.expand_path("spec/dummy/Rakefile", __dir__)

load "rails/tasks/engine.rake"
load "rails/tasks/statistics.rake"

require "bundler/gem_tasks"

namespace :assets do
  desc "Test precompiling assets through dummy application"
  task :precompile do
    Rake::Task["app:assets:precompile"].invoke
  end

  desc "Test cleaning assets through dummy application"
  task :clean do
    Rake::Task["app:assets:clean"].invoke
  end

  desc "Test clobbering assets through dummy application"
  task :clobber do
    Rake::Task["app:assets:clobber"].invoke
  end
end

task default: [:spec, "app:jasmine:ci"]

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
govuk_publishing_components-21.57.1 Rakefile
govuk_publishing_components-21.57.0 Rakefile
govuk_publishing_components-21.56.2 Rakefile
govuk_publishing_components-21.56.1 Rakefile
govuk_publishing_components-21.56.0 Rakefile
govuk_publishing_components-21.55.4 Rakefile
govuk_publishing_components-21.55.3 Rakefile
govuk_publishing_components-21.55.2 Rakefile
govuk_publishing_components-21.55.1 Rakefile
govuk_publishing_components-21.55.0 Rakefile
govuk_publishing_components-21.54.0 Rakefile
govuk_publishing_components-21.53.0 Rakefile
govuk_publishing_components-21.52.1 Rakefile
govuk_publishing_components-21.52.0 Rakefile
govuk_publishing_components-21.51.0 Rakefile
govuk_publishing_components-21.50.1 Rakefile
govuk_publishing_components-21.50.0 Rakefile
govuk_publishing_components-21.49.0 Rakefile
govuk_publishing_components-21.48.0 Rakefile
govuk_publishing_components-21.47.0 Rakefile