Skip to content

Commit

Permalink
Cleanup Rakefile
Browse files Browse the repository at this point in the history
ember-dev and rake-pipeline is no longer used.
  • Loading branch information
tricknotes committed Dec 9, 2014
1 parent 8087e53 commit 275b870
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'bundler/setup'
require 'ember-dev/tasks'
require './lib/ember/version'
require 'zlib'
require 'fileutils'
Expand All @@ -15,7 +14,7 @@ namespace :release do
end

task :gem do
sh "rakep"
sh 'npm run-script build'
sh 'gem build ember-source.gemspec'
sh "gem push ember-source-#{Ember::VERSION.gsub('-','.')}.gem"
end
Expand Down

0 comments on commit 275b870

Please sign in to comment.