Commit 9f58fce
Changed files (2)
bin
lib
tasks
bin/ci.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env sh
bin/rake default
-RAILS_ENV=production bin/rake package:build
+RAILS_ENV=production bin/rake assets:precompile package:build
lib/tasks/package.rake
@@ -1,6 +1,6 @@
namespace :package do
desc "create a build package"
- task build: "assets:precompile" do
+ task :build do
require "rake/packagetask"
version = DateTime.now.utc.strftime("%Y-%m-%d-%H-%M-%S")
@@ -12,6 +12,7 @@ namespace :package do
db/**/*
lib/**/*
public/**/*
+ public/assets/.*manifest*
bin/**/*
Gemfile
Gemfile.lock