No commit activity in last 3 years
No release in over 3 years
Precompile them assets with the power of modern computing!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

sprockets-rails-parallel

sprockets-rails-parallel is a dirty monkeypatchy hack to make sprockets-rails use many processes when precompiling assets. It uses zmq, so you'll need that.

Installation

Add the gem to your gemfile and then in your config/application.rb or one of your environment files, add the following lines:

config.assets.parallel_precompile = true
config.assets.precompile_workers = Integer `sysctl -n hw.ncpu 2>/dev/null` rescue 1 # or something like this