From 2b485906cfa6d2e0431b0fa0120e1c267074b4e8 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 11 Mar 2017 15:58:30 +0100 Subject: make: all builds are "production" by default, enable "dev" on cli. this is more consistent with other similar tools, and enables us to add something like a [copy:dev] section later, that will avoid copying dev files to production builds. --- man/blogc-make.1.ronn | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'man') 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` : Reads 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. -- cgit v1.2.3-18-g5258