diff --git a/assetman/tests/test_compiler.py b/assetman/tests/test_compiler.py index 5ccd98d..7ad8a1a 100644 --- a/assetman/tests/test_compiler.py +++ b/assetman/tests/test_compiler.py @@ -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