Commit 23a4ad06 by Steven Cummings

Merge remote-tracking branch 'upstream/master'

parents ef405897 b657a127
......@@ -140,7 +140,7 @@ A custom compiler for a imaginary compiler called jam ::
output_extension = 'js'
def match_file(self, filename):
return path.endswith('.jam')
return filename.endswith('.jam')
def compile_file(self, content, path):
return jam.compile(content)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment