We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d77cfc commit 23df1aeCopy full SHA for 23df1ae
tests/test_project/test_project/settings.py
@@ -28,3 +28,7 @@
28
('module', 'compressor_toolkit.precompilers.ES6Compiler')
29
)
30
COMPRESS_ENABLED = False
31
+
32
+# path to folder with installed Node.js packages
33
+# auto-detect it for test purposes
34
+COMPRESS_NODE_PACKAGES = '`npm root -g`'
0 commit comments