Skip to content

Commit

Permalink
new path to lessc
Browse files Browse the repository at this point in the history
  • Loading branch information
jharshman committed Jan 11, 2024
1 parent d7e8fb7 commit e4cf392
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 @@ -27,7 +27,7 @@ def get_settings(**opts):
closure_compiler=opts.get("closure_compiler", "/bitly/local/bin/closure-compiler.jar"),
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/bin/lessc"),
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,
)
return assetman_settings
Expand Down

0 comments on commit e4cf392

Please sign in to comment.