Sha256: 1486b6042bdd2ec0de0b80c36ed697662b1f9b8d3ae04e881ceb3ec6477a76c0

Contents?: true

Size: 744 Bytes

Versions: 166

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

166 entries across 166 versions & 1 rubygems

Version Path
govuk_publishing_components-21.27.1 Rakefile
govuk_publishing_components-21.27.0 Rakefile
govuk_publishing_components-21.26.2 Rakefile
govuk_publishing_components-21.26.1 Rakefile
govuk_publishing_components-21.26.0 Rakefile
govuk_publishing_components-21.25.0 Rakefile
govuk_publishing_components-21.24.0 Rakefile
govuk_publishing_components-21.23.1 Rakefile
govuk_publishing_components-21.23.0 Rakefile
govuk_publishing_components-21.22.2 Rakefile
govuk_publishing_components-21.22.1 Rakefile
govuk_publishing_components-21.22.0 Rakefile
govuk_publishing_components-21.21.3 Rakefile
govuk_publishing_components-21.21.2 Rakefile
govuk_publishing_components-21.21.1 Rakefile
govuk_publishing_components-21.21.0 Rakefile
govuk_publishing_components-21.20.0 Rakefile
govuk_publishing_components-21.19.1 Rakefile
govuk_publishing_components-21.19.0 Rakefile
govuk_publishing_components-21.18.0 Rakefile