diff options
| author | mo khan <mo@mokhan.ca> | 2015-05-26 22:16:19 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-05-26 22:16:19 -0600 |
| commit | 490f532f2591dca3dc00e196af491c71db3a7d39 (patch) | |
| tree | 1539f93a4ac0bea14d3c1a37e7b96347d8b2bd44 /lib | |
| parent | 826c39654e46e28329381bab799251858e42ffcd (diff) | |
try the ruby racer to precompile the assets.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tasks/package.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/package.rake b/lib/tasks/package.rake index d654eb2..e54512f 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: :environment do + task :build => "assets:precompile" do require "rake/packagetask" Rake::PackageTask.new("stronglifters", :noversion) do |p| |
