aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/theme.py
Commit message (Collapse)AuthorAgeFilesLines
* replaced os.path.split()[0] with os.path.dirname() and corrected a couple of ↵Aleksej2012-08-131-1/+1
| | | | comments
* Duplication of rstrip unnecessary in link_assets functionChristopher Allan Webber2012-08-121-1/+1
| | | | Thanks for catching AVRS!
* Setup the scaffolding for theme installing, but it doesn't work yetChristopher Allan Webber2012-07-141-2/+4
|
* Break the asset linking code off into a reusable functionChristopher Allan Webber2012-07-141-30/+50
| | | | In the future, the install command should be able to use that as well.
* asset linking command now worksChristopher Allan Webber2012-07-141-7/+26
|
* Start of the `./bin/gmg theme assetlink` command.Christopher Allan Webber2012-07-141-0/+81
Mostly works but doesn't handle all the places it could break.