add option to disable javascript. Fixes #688

This commit is contained in:
Luke Page
2013-07-01 10:43:14 +01:00
parent 308bfe2e2b
commit 98f2fef2df
10 changed files with 56 additions and 26 deletions

View File

@@ -0,0 +1,3 @@
.a {
a: `1 + 1`;
}

View File

@@ -0,0 +1,4 @@
SyntaxError: You are using JavaScript, which has been disabled. in {path}no-js-errors.less on line 2, column 6:
1 .a {
2 a: `1 + 1`;
3 }