~corey.bryant/horizon/2013.2.3

« back to all changes in this revision

Viewing changes to debian/README.compression

  • Committer: Chuck Short
  • Date: 2013-07-22 16:35:25 UTC
  • mfrom: (159.1.2 2013.2.b2)
  • Revision ID: zulcss@ubuntu.com-20130722163525-ent0j2ksyxxm6uzb
Merged james's branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Until this can be scripted and integrated into package build, updating the
2
2
pre-compressed static CSS and JS requires a some manual steps:
3
3
 
4
 
1. apt-get install node-less.
5
 
2. Install dependencies of python-django-horizon.
6
 
3. Run 'python ./manage.py compress --force'
7
 
4. Currently, this will generate all compressed and compiled files plus a JSON
8
 
   manifest in the static directoyr (static/dashboard/).
9
 
5. Remove the old, obsolete CS, JS and manifest from debian/static/openstack-dashboard.
10
 
6. Update the files in debian/static/openstack-dashboard with the new files.
 
4
   sudo apt-get install node-less nodejs-legacy python-openstack-auth python-compressor
 
5
   ./debian/rules refresh-static-assets