autofront 1.5.2 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,13 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Gulp settings for projects.
|
|
4
4
|
|
|
5
|
+
### Requirements
|
|
6
|
+
|
|
7
|
+
It is compatible with version [8.17.0](https://nodejs.org/dist/v8.17.0/) of [Node.js](https://nodejs.org).
|
|
8
|
+
|
|
5
9
|
## Tasks
|
|
6
10
|
|
|
7
|
-
- `gulp` or `gulp serve` are for running a test
|
|
8
|
-
-
|
|
9
|
-
- `gulp
|
|
11
|
+
- `gulp` or `gulp serve` are for running a test server and develop with live reload.
|
|
12
|
+
- `gulp build` only builds the distributable version.
|
|
13
|
+
- With `gulp serve:dist`, a combination of the above is achieved: Specifically, the server runs this version but without reload.
|
|
10
14
|
|
|
11
|
-
Additionally, a parameter can be included (e.g.: `gulp --dev` o `gulp build --pro`) to indicate the connection
|
|
15
|
+
Additionally, a parameter can be included (e.g.: `gulp --dev` o `gulp build --pro`) to indicate the domain of connection path. Defaults to local. And these domain URLs must to appear listed in `package.json` with the property `domains` (optionally also `domainsAliases`).
|
|
12
16
|
|
|
13
17
|
## Folder structure
|
|
14
18
|
|