Skip to content

Commit

Permalink
fix bug in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jharshman committed Jan 16, 2024
1 parent 79370eb commit 3aaa43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assetman/tests/test_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_settings(**opts):
force_recompile=False,
skip_inline_images=True,
closure_compiler=opts.get("closure_compiler", "/bitly/local/bin/closure-compiler.jar"),
minify_compressor_path=opts.get("minify_compressor_path', '/bitly/local/bin/minify"),
minify_compressor_path=opts.get("minify_compressor_path", "/bitly/local/bin/minify"),
sass_compiler=opts.get("sass_compiler", "/bitly/local/bin/sass"),
lessc_path=opts.get("lessc_path", "/bitly/local/hamburger/node_modules/.bin/lessc"), # lessc is included as a node module in hamburger. Does not exist in /bitly/local/bin/
aws_username=None,
Expand Down

0 comments on commit 3aaa43e

Please sign in to comment.