Skip to content

Commit

Permalink
Rename class
Browse files Browse the repository at this point in the history
  • Loading branch information
kynikos committed Apr 12, 2015
1 parent 034dec9 commit afaf833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wembler/__init__.py
Expand Up @@ -66,7 +66,7 @@ def SimpleStatic(url_prefix, css_style):
(processes.FileLoader(
basedir=TEMPLATE_DIR,
), None, ('templates', )),
(processes.JinjaSass(
(processes.HTMLContent(
template_dir=TEMPLATE_DIR,
url_prefix=url_prefix,
css_dir='./scss',
Expand Down
2 changes: 1 addition & 1 deletion wembler/processes.py
Expand Up @@ -32,7 +32,7 @@ def process(self, dummy):
yield (fname, )


class JinjaSass:
class HTMLContent:
# TODO: JS minifier
def __init__(self, template_dir, url_prefix, css_dir, css_style,
output_dir):
Expand Down

0 comments on commit afaf833

Please sign in to comment.