← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1392804] [NEW] Collectstatic steps not documented anywhere

 

Public bug reported:

We don't seem to be documenting anywhere the "collectstatic" step
required to collect the static files and avoid some SCSS parsing errors.
We should do this (probably in [1]?) and perhaps also include
information on enabling offline compression.

If I understand correctly, the steps are as follow:

1. ./run_tests.sh collectstatic

And then optionally, to enable offline compression:

2. Make sure COMPRESS_ENABLED and COMPRESS_ENABLED are set to True in the local_settings.py file
3. Run ./run_tests.sh compress

[1]
https://github.com/openstack/horizon/blob/master/doc/source/topics/install.rst

** Affects: horizon
     Importance: Low
         Status: New


** Tags: documentation low-hanging-fruit

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1392804

Title:
  Collectstatic steps not documented anywhere

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  We don't seem to be documenting anywhere the "collectstatic" step
  required to collect the static files and avoid some SCSS parsing
  errors. We should do this (probably in [1]?) and perhaps also include
  information on enabling offline compression.

  If I understand correctly, the steps are as follow:

  1. ./run_tests.sh collectstatic

  And then optionally, to enable offline compression:

  2. Make sure COMPRESS_ENABLED and COMPRESS_ENABLED are set to True in the local_settings.py file
  3. Run ./run_tests.sh compress

  [1]
  https://github.com/openstack/horizon/blob/master/doc/source/topics/install.rst

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1392804/+subscriptions


Follow ups

References