Commit 9f58fce

mo khan <mo@mokhan.ca>
2015-06-07 16:05:57
include sprocket manifest in pkg and separate precompile from build.
1 parent 01c7e72
Changed files (2)
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