jekyll-esbuild 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- metadata +10 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1c13e4a978e151a3305f12b3bb4a99116434035a9b9f9268c0f5548b84e7b41
|
4
|
+
data.tar.gz: 5298cd9b07672f39261d5c4fdfd0b2829cbc563b66060ae6c2ad16a813b22229
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c2c4980d9ea8c97904ae9ced0269f37b6395fa5be3ab879f4bee3f32ac7e779f0a5ef7b918610f7eee98f17d8fbadbd356b0d769d168c1f1dd2deffaa8d888b
|
7
|
+
data.tar.gz: b42f244140b95fd4395ca4db1c18337077d5f3aa3868936e29ca6b84fecfeb3f14e207c00f5f15f0e6a959ef84710b3618f1c012b5d1d7b3cef2424ca1b781bf
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-esbuild
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Ochoa
|
@@ -81,8 +81,14 @@ dependencies:
|
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
description: |
|
84
|
-
This plugin uses esbuild to process
|
85
|
-
the site is built.
|
84
|
+
This plugin uses esbuild to process the targeted JavaScript static
|
85
|
+
files in a Jekyll site whenever the site is built. By default, it
|
86
|
+
targets all static files with .js extension, but it can be
|
87
|
+
configured to target only the files specified in a list, which
|
88
|
+
also allows including files of other content types supported by
|
89
|
+
esbuild, such as TypeScript or JSX (still untested with this
|
90
|
+
plugin, however). There are also other options to toggle bundling,
|
91
|
+
minification, and source maps.
|
86
92
|
email:
|
87
93
|
- samuelochoap@proton.me
|
88
94
|
executables: []
|
@@ -115,5 +121,5 @@ requirements: []
|
|
115
121
|
rubygems_version: 3.1.6
|
116
122
|
signing_key:
|
117
123
|
specification_version: 4
|
118
|
-
summary:
|
124
|
+
summary: Jekyll plugin for processing JavaScript files with esbuild.
|
119
125
|
test_files: []
|