aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-05-24 19:01:08 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-05-24 19:01:08 -0300
commit04a0e895bc7102cd32d627a2c0bc56d207e26f43 (patch)
tree8817695da5de2a935c98a16da2c96ee5017f87d4 /activesupport
parent9a0e09696ad996c9f44565f0a0bf506445484c81 (diff)
parentd12209cad2d8961f396a6e7cbd0ee9437b9751ef (diff)
downloadrails-04a0e895bc7102cd32d627a2c0bc56d207e26f43.tar.gz
rails-04a0e895bc7102cd32d627a2c0bc56d207e26f43.tar.bz2
rails-04a0e895bc7102cd32d627a2c0bc56d207e26f43.zip
Merge pull request #25119 from javan/actioncable/blade-build
Build action_cable.js with Blade
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 33ee62aa1b..7b56e36abf 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -3,7 +3,6 @@ require 'rake/testtask'
task :default => :test
task :package
-task "package:clean"
Rake::TestTask.new do |t|
t.libs << 'test'