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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +10 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 134f845b60997a5380975d451f542cb7ac99e922a1f602ec2ea02acccfa8e04a
4
- data.tar.gz: bba1278d20722897d5aae0032b9baf048791b5a05c32eac6de2047dcd61946b0
3
+ metadata.gz: f1c13e4a978e151a3305f12b3bb4a99116434035a9b9f9268c0f5548b84e7b41
4
+ data.tar.gz: 5298cd9b07672f39261d5c4fdfd0b2829cbc563b66060ae6c2ad16a813b22229
5
5
  SHA512:
6
- metadata.gz: c5c1c525be262d95ec007a1f11fed3b3378dec0a9a43b751cda169f28bed45861ce885dc27b4f0afe192a30a77e9ca4ae071fe9729c434351ce39154a08e8371
7
- data.tar.gz: de821d57cbf07e07c32f5354eb64a77f6367cb98b06c1aae6e980c83ba6d0d7ed00fcb3ac22f88d111a4619f57f8ca8cad1a6662b6e5a0dbcbb3c5c06034f557
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.0
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 JavaScript files in a Jekyll site after
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: A Jekyll plugin to process JavaScript files with esbuild.
124
+ summary: Jekyll plugin for processing JavaScript files with esbuild.
119
125
  test_files: []