aboutsummaryrefslogtreecommitdiffstats
path: root/man/blogc-make.1.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'man/blogc-make.1.ronn')
-rw-r--r--man/blogc-make.1.ronn9
1 files changed, 5 insertions, 4 deletions
diff --git a/man/blogc-make.1.ronn b/man/blogc-make.1.ronn
index 4f9fe8c..97ffd1b 100644
--- a/man/blogc-make.1.ronn
+++ b/man/blogc-make.1.ronn
@@ -14,16 +14,17 @@ EXPAND-ME!
## OPTIONS
+ * `-D`:
+ Builds for development environment. This option is useful to load local,
+ non-optimized assets for development purposes. It adds two global
+ variables to all blogc(1) calls: `MAKE_ENV_DEV=1` and `MAKE_ENV=dev`.
+
* `-V`:
Activates verbose mode, that will give more details of commands runs.
* `-f` <FILE>:
Reads <FILE> as `blogcfile`.
- * `-p`:
- Builds for production environment. Adds two global variables to all blogc(1)
- calls: `MAKE_ENV_PRODUCTION=1` and `MAKE_ENV=production`.
-
* `-v`:
Show program name, version and exit.