This repository was archived by the owner on Feb 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv-sample
More file actions
29 lines (25 loc) · 1.31 KB
/
env-sample
File metadata and controls
29 lines (25 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Twenty'em WordPress Framework.
#
# WARNING: This file is part of Twenty'em WordPress Framework.
# DO NOT edit this file under any circumstances. Do all your modifications in the form of a child theme.
#
# @package WordPress
# @subpackage Twenty'em
# @author RogerTM
# @license license.txt
# @link https://themingisprose.com/twenty-em
# @since Twenty'em 1.4
# This file contents example variables and values to process in gulpfile.js
# You must create a .env file with this values
# Variable Name | Possibles Values | Description
# ----------------------------------------------------------------------------------------------------
# DEV_MODE | true, false | If false, all compiled files will be minified
# ----------------------------------------------------------------------------------------------------
# CHILD_THEME_EXISTS | true, false | Set to "true" if you have a Child Theme installed
# ----------------------------------------------------------------------------------------------------
# CHILD_THEME | ../child-theme-dir | Child Theme directory name (with out trailing slash)
# ----------------------------------------------------------------------------------------------------
# Your .env file should look like this:
DEV_MODE = false
CHILD_THEME_EXISTS = true
CHILD_THEME = ../child-theme-dir