rename variable
This commit is contained in:
parent
d5585c1a73
commit
dfa4a76e5a
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ machine:
|
|||
node:
|
||||
version: 5.11.1
|
||||
environment:
|
||||
DEBUG: false
|
||||
BUILD_PRODUCTION: true
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
|
|
|
@ -62,7 +62,7 @@ PLUGINS = [
|
|||
"minify"
|
||||
]
|
||||
|
||||
if "DEBUG" in os.environ:
|
||||
if "BUILD_PRODUCTION" in os.environ:
|
||||
PLUGINS.append("minify") # only minify on production build
|
||||
|
||||
SITEMAP = {
|
||||
|
|
Reference in a new issue