We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19dae42 commit cce8924Copy full SHA for cce8924
changes.txt
@@ -9,3 +9,13 @@ v1.1.0:
9
- Updated dependencies
10
- gulp-load-plugins: ^2.0.7
11
- gulp-pug: ^5.0.0
12
+
13
+- Improvement of variables names
14
+ - To distinguish variables from stylistic PAG syntax it is preferable to name
15
+ variables in a different way as opposed to decoration text. That's why I name
16
+ variables with a capital letter and a dollar sign at the beginning.
17
+ See PUG files to find out more about it.
18
19
+ - The entry name of the Data loaded from the JSON file is defined in a global
20
+ space as a "data" entry, now you can change this name as you like.
21
+ See package.json and PUG files to find out more about it.
0 commit comments