Skip to content

Commit 0b3e666

Browse files
Enabled JavaScript in the LESS compiler
Fixed #384
1 parent 840c863 commit 0b3e666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebCompiler/Compile/LessCompiler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private void RunCompilerProcess(Config config, FileInfo info)
108108

109109
private static string ConstructArguments(Config config)
110110
{
111-
string arguments = " --no-color";
111+
string arguments = " --no-color --js";
112112

113113
LessOptions options = LessOptions.FromConfig(config);
114114

0 commit comments

Comments
 (0)