forked from django/code.djangoproject.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration for Django's Trac instance (code.djangoproject.com)
License
kleopatra999/code.djangoproject.com
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Configuration for Django's Trac instance (code.djangoproject.com).
How to port the CSS from djangoproject.com.
Assumes that `code.djangoproject.com` and `djangoproject.com` are stored in the
same directory (adjust paths if needed).
# Copy the generated CSS:
cp ../djangoproject.com/static/css/*.css trac-env/htdocs/css/
# Copy _utils.scss (needed by trackahacks.scss):
cp ../djangoproject.com/static/scss/_utils.scss trac-env/htdocs/css/
# Copy the javascript directory:
cp -rT ../djangoproject.com/static/js trac-env/htdocs/js
# Compile trackhacs.scss:
compass compile --sass-dir trac-env/htdocs/css/ --css-dir trac-env/htdocs/css/ -e development --sourcemap --force
About
Configuration for Django's Trac instance (code.djangoproject.com)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- CSS 41.5%
- JavaScript 38.9%
- Python 19.6%