diff options
| author | mo khan <mo@mokhan.ca> | 2015-06-07 10:05:57 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-06-07 10:05:57 -0600 |
| commit | 9f58fce3c710cf1817abfc175dd922b3e5a4bb3d (patch) | |
| tree | deb459bf7590faa293ccfdb3f521b737a255110d /lib | |
| parent | 01c7e7205186e7aa3bb2fb42cceb6b2efe88a7dc (diff) | |
include sprocket manifest in pkg and separate precompile from build.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tasks/package.rake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tasks/package.rake b/lib/tasks/package.rake index 178c0fd..fe339ab 100644 --- a/lib/tasks/package.rake +++ b/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 |
