Commit 88b67ef
Changed files (2)
bin
lib
tasks
bin/precompile.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
set -e
-RAILS_ENV=production bin/rake assets:precompile package:build
+DISABLE_SPRING=true RAILS_ENV=production bin/rake assets:precompile package:build
lib/tasks/package.rake
@@ -12,7 +12,7 @@ namespace :package do
db/**/*
lib/**/*
public/**/*
- public/assets/.*manifest*
+ public/assets/.sprockets-manifest-*
bin/**/*
Gemfile
Gemfile.lock