From 46db1aed72743e925b42a0d04fffb9a07f995403 Mon Sep 17 00:00:00 2001 From: Ernst Peter Tamminga Date: Mon, 14 Nov 2022 16:13:32 +0100 Subject: [PATCH] Name change of the package command in V3.0 --- docs/Commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Commands.md b/docs/Commands.md index 83b4217..df6f5da 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -26,7 +26,7 @@ This sets your node instance to watch all changes of images, JS and SCSS in the **Note:** _This command will take over your node instance (in Command Prompt, PowerShell, Git Bash, VS Code Terminal, etc.). Therefore, you may want to start a new instance if you need to run other commands at the same time._ -### gulp package +### gulp packageTheme This command builds and packages your custom theme into a DNN theme installation package (ZIP file). It will place the ZIP file in the `./build/` folder using the following naming convention: `[project]_[version]_install.zip` @@ -72,4 +72,4 @@ ZIPs contents of `./menus/` folder, `./partials/` folder, and all ASCX, XML, HTM ZIPs all subset ZIP files and other pertinent project files into theme package installation file using the following naming convention: `[project]_[version]_install.zip` ### gulp cleantemp -Deletes all temporary ZIP and project files from `./temp/` folder used in package tasks. \ No newline at end of file +Deletes all temporary ZIP and project files from `./temp/` folder used in package tasks.