You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Commands.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This sets your node instance to watch all changes of images, JS and SCSS in the
26
26
27
27
**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._
28
28
29
-
### gulp package
29
+
### gulp packageTheme
30
30
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`
31
31
32
32
@@ -72,4 +72,4 @@ ZIPs contents of `./menus/` folder, `./partials/` folder, and all ASCX, XML, HTM
72
72
ZIPs all subset ZIP files and other pertinent project files into theme package installation file using the following naming convention: `[project]_[version]_install.zip`
73
73
74
74
### gulp cleantemp
75
-
Deletes all temporary ZIP and project files from `./temp/` folder used in package tasks.
75
+
Deletes all temporary ZIP and project files from `./temp/` folder used in package tasks.
0 commit comments