aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/theme.py
Commit message (Expand)AuthorAgeFilesLines
* replaced os.path.split()[0] with os.path.dirname() and corrected a couple of ...Aleksej2012-08-131-1/+1
* Duplication of rstrip unnecessary in link_assets functionChristopher Allan Webber2012-08-121-1/+1
* 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
* 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