1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-12 08:14:04 +02:00

netlify: build with minification

This commit is contained in:
Kushagra Gour
2019-03-18 10:51:47 +05:30
parent e335644787
commit 4a914de814
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ ID = "webmaker"
# unless otherwise overridden by more specific contexts.
[build]
# Default build command.
command = "gulp dev-release"
command = "gulp release"
# Directory to change to before starting a build.
# This is where we will look for package.json/.nvmrc/etc.