jspreprocess-brunch
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "jspreprocess-brunch", | ||
"version": "1.0.1", | ||
"description": "Adds js preprocessor support to js brunch compilations.", | ||
"version": "1.0.2", | ||
"description": "Adds C-style preprocessor directive support to js brunch compilations.", | ||
"main": "./lib/index", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -45,3 +45,3 @@ # jspreprocess-brunch | ||
Note the use of parentheses. Unlike C preprocessor directives, those parenthese will be required here for if and elif statements. | ||
Note the use of parentheses. Unlike C preprocessor directives, those parentheses are required for `#BRUNCH_IF` and `#BRUNCH_ELIF` statements. | ||
@@ -57,2 +57,2 @@ The `#BRUNCH_IF` and `#BRUNCH_ELIF` directives also support the OR (||) operator. | ||
* `brunch build -c config_prod` | ||
* `brunch build -c config_debug` | ||
* `brunch build -c config_debug` |
15433
57