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
+7-3
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ This command initializes all third-party dependencies utilized within **nvQuickT
12
12
***gulp bsJsInit**
13
13
14
14
### gulp build
15
-
This command error checks, concatenates, compiles and minifies all your JS and SCSS into the `./dist/` folder, as well as copies your containers to the correct folder. More specifically, it executes the following commands in series (completes each task before the next):
15
+
This command cleans your `./dist/` folder, then error checks, concatenates, compiles and minifies all your JS and SCSS into the `./dist/` folder, as well as copies your containers to the correct folder. More specifically, it executes the following commands in series (completes each task before the next):
16
+
***gulp cleandist**
16
17
***gulp init**
17
18
***gulp styles**
18
19
***gulp scripts**
@@ -55,6 +56,9 @@ Copies containers to the correct folder within your DNN instance (assuming you a
55
56
## Process Commands
56
57
These commands are used within other commands and for other special situations. _We recommend use of these only for advanced users._
57
58
59
+
### gulp cleandist
60
+
Deletes contents of `./dist/` folder. This is particularly useful when assets (such as images) are no longer required and removed from `./src/` folder. It is the first task triggered during **gulp build**.
61
+
58
62
### gulp zipdist
59
63
ZIPs contents of `./dist/` folder. Used to prepare for theme packaging.
60
64
@@ -67,5 +71,5 @@ ZIPs contents of `./menus/` folder, `./partials/` folder, and all ASCX, XML, HTM
67
71
### gulp zippackage
68
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`
69
73
70
-
### gulp cleanup
71
-
Deletes all temporary ZIP and project files used in package tasks.
74
+
### gulp cleantemp
75
+
Deletes all temporary ZIP and project files from `./temp/` folder used in package tasks.
<p>This page was generated by <ahref="https://pages.github.com">GitHub Pages</a>.</p>
66
66
</aside>
67
67
<divclass="footer">
68
-
<ahref="https://www.nvisionative.com" target="_blank"><imgalt="Brought to the DNN community by nvisionative" src="https://www.nvquicksite.com/Portals/0/broughtBy-nvisionative.png" /></a>
68
+
<ahref="https://www.nvisionative.com" rel="noopener noreferrer" target="_blank"><imgalt="Brought to the DNN community by nvisionative" src="https://www.nvquicksite.com/Portals/0/broughtBy-nvisionative.png" /></a>
0 commit comments