0

Add custom web assets support

This commit is contained in:
Thomas Lake
2012-08-12 15:27:07 +01:00
parent 5ff9c507b7
commit fcfe3063c3
4 changed files with 22 additions and 4 deletions

View File

@@ -352,7 +352,7 @@ dir but you forgot to put quotes around the directory, since it contains spaces.
# Now we start the actual processing, now that all the configuration has
# been gathered and validated
# create our asset manager... ASSMAN
assetMrg = assetmanager.AssetManager(destdir)
assetMrg = assetmanager.AssetManager(destdir, config.get('customwebassets', None))
tilesets = []