gulp-jlto 1.1.1 β 1.2.1
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/LICENSE +1 -1
- package/README.md +11 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
# Support Ukraine πΊπ¦
|
|
2
|
+
|
|
3
|
+
- Via United24 platform (the initiative of the President of Ukraine):
|
|
4
|
+
- [One click donation (credit card, bank transfer or crypto)](https://u24.gov.ua/)
|
|
5
|
+
- Via National Bank of Ukraine:
|
|
6
|
+
- [Ukrainian army](https://bank.gov.ua/en/about/support-the-armed-forces)
|
|
7
|
+
- [Humanitarian aid to Ukraine](https://bank.gov.ua/en/about/humanitarian-aid-to-ukraine)
|
|
8
|
+
|
|
9
|
+
[#StandWithUkraine](https://twitter.com/hashtag/StandWithUkraine)
|
|
10
|
+
|
|
1
11
|
# gulp-jlto
|
|
2
12
|
|
|
3
13
|
[](https://nodei.co/npm/gulp-jlto/)
|
|
@@ -23,7 +33,7 @@ gulp.task('jlto', () => {
|
|
|
23
33
|
.src(['src/**/*.nunjucks'])
|
|
24
34
|
.pipe(
|
|
25
35
|
jlto({
|
|
26
|
-
minifyHtml: true
|
|
36
|
+
minifyHtml: true,
|
|
27
37
|
})
|
|
28
38
|
)
|
|
29
39
|
.pipe(gulp.dest('build'));
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gulp-jlto",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Gulp tool for optimizing Jinja like templates",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jinja",
|
|
@@ -36,6 +36,6 @@
|
|
|
36
36
|
},
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"jlto": "
|
|
39
|
+
"jlto": "^1.4.2"
|
|
40
40
|
}
|
|
41
41
|
}
|