Closed masarakki closed 10 months ago
For example,
set :assets_shared_dependencies, %w(.env.produciton)
it compares timestamp of shared/.env.production and latest_release_path, and if shared/.env.production is newer than latest_release_path, then compile.
shared/.env.production
latest_release_path
For example,
it compares timestamp of
shared/.env.production
andlatest_release_path
, and ifshared/.env.production
is newer thanlatest_release_path
, then compile.