Sha256: a6a81dfb96623b52c193af254e45986800858210c70f3c31d31e19a47d2d4307
Contents?: true
Size: 509 Bytes
Versions: 16
Compression:
Stored size: 509 Bytes
Contents
begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end APP_RAKEFILE = File.expand_path('../spec/dummy/Rakefile', __FILE__) load 'rails/tasks/engine.rake' Bundler::GemHelper.install_tasks desc 'Run the javascript specs' task :teaspoon => 'app:teaspoon' task :spec => 'app:teaspoon' require 'dune/dashboard/i18n' namespace :i18n do desc 'Export the messages files' task :export do Dune::Dashboard::I18n.export! end end
Version data entries
16 entries across 16 versions & 1 rubygems