From 4a914de814f4b9b1c37a199200d451202729ed16 Mon Sep 17 00:00:00 2001
From: Kushagra Gour <chinchang457@gmail.com>
Date: Mon, 18 Mar 2019 10:51:47 +0530
Subject: [PATCH] netlify: build with minification

---
 gulpfile.js  | 2 +-
 netlify.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gulpfile.js b/gulpfile.js
index 9500608..97763e4 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -226,7 +226,7 @@ gulp.task('release', function(callback) {
 		'concatSwRegistration',
 		'minify',
 		'generate-service-worker',
-		'packageExtension',
+		// 'packageExtension',
 		'buildDistFolder',
 		'cleanup',
 		function(error) {
diff --git a/netlify.toml b/netlify.toml
index d79f98c..7ed8627 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -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.