Skip to content

Fix documentation regarding compiling own assets

Thomas Wucher requested to merge (removed):patch-1 into master

The documentation states that the COMPILE_ASSETS environment variable should be set to false to compile own assets. The code which uses the variable expects the variable to be true which makes also more sense:

  # Compile from scratch if the COMPILE_ASSETS variable is set to to true
  if ENV['COMPILE_ASSETS'].eql?('true')
    bundle 'exec rake gitlab:assets:compile', timeout: 14400, env: assets_compile_env

Fix the documentation.

Edited by Thomas Wucher

Merge request reports

Loading