Sha256: e9116b8335de4d4f8e743e351adcea006f89ef141d745be4fb0f0c6296b75ae6
Contents?: true
Size: 353 Bytes
Versions: 3
Compression:
Stored size: 353 Bytes
Contents
#!/usr/bin/env rake 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 task :jasmine => 'app:jasmine' task :default => 'app:jasmine:ci'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
backbone-nested-attributes-0.3.0 | Rakefile |
backbone-nested-attributes-0.2.3 | Rakefile |
backbone-nested-attributes-0.2.2 | Rakefile |