Rakefile in middleman-presentation-helpers-0.1.0.beta vs Rakefile in middleman-presentation-helpers-0.1.0.rc1
- old
+ new
@@ -77,10 +77,9 @@
def extract_sha
`makepkg -g 2>/dev/null`.split(/\n/).find { |l| l =~ /sha256/ }
end
namespace :package do
-
desc 'build gem package'
task :gem do
sh 'RAILS_ENV=production bundle exec rake -f Rakefile.rails assets:clobber'
sh 'RAILS_ENV=production bundle exec rake -f Rakefile.rails assets:precompile'