jekyll-vite 0.0.3 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +27 -15
- data/README.md +5 -5
- data/lib/jekyll/vite/installation.rb +6 -0
- data/lib/jekyll/vite/version.rb +1 -1
- data/templates/config/jekyll-vite.json +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10377d6a8cf9988c534b9d52ac19bf81150b8f81b72e6eed087ea1117dd322fe
|
4
|
+
data.tar.gz: 5966ec28d23067a4dca3e21325aa07455e27201ff3f29ff4420c27574ed5cd40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdd47ace9d425788c53ab1d63c0aa271f028fae81523c73e6939a0fadddc769c766a1a22844de719259dde226870be778b5a446e7572afc6702b9e81880ffc5b
|
7
|
+
data.tar.gz: 498549d2b52c5e933d258e3ffe8b91588dddb66be0930ed053a5e12a6f2226cde50cd5bf6f64bea94a09c4736722d23150fb5ce03bfa39bebc05b58ec5feb161
|
data/CHANGELOG.md
CHANGED
@@ -1,19 +1,31 @@
|
|
1
|
-
|
1
|
+
# [1.0.0](https://github.com/ElMassimo/jekyll-vite/compare/v0.0.3...v1.0.0) (2021-07-22)
|
2
2
|
|
3
|
-
* docs: Add documentation site and add test coverage (#1) ([d88f4bb](https://github.com/ElMassimo/vite_ruby/commit/d88f4bb)), closes [#1](https://github.com/ElMassimo/vite_ruby/issues/1)
|
4
|
-
* docs: Avoid adding netlify.toml to the final site ([63514c6](https://github.com/ElMassimo/vite_ruby/commit/63514c6))
|
5
|
-
* docs: Avoid dark theme flash ([96aea65](https://github.com/ElMassimo/vite_ruby/commit/96aea65))
|
6
|
-
* docs: Debug netlify cache ([ab0806e](https://github.com/ElMassimo/vite_ruby/commit/ab0806e))
|
7
|
-
* docs: Deploy to netlify (#2) ([efb0683](https://github.com/ElMassimo/vite_ruby/commit/efb0683)), closes [#2](https://github.com/ElMassimo/vite_ruby/issues/2)
|
8
3
|
|
4
|
+
### Features
|
5
|
+
|
6
|
+
* Watch layouts and partials by default ([004e8f1](https://github.com/ElMassimo/jekyll-vite/commit/004e8f1318fda3031a7ea8ebbd6b396e742b7642))
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
## [0.0.3](https://github.com/ElMassimo/jekyll-vite/compare/v0.0.2...v0.0.3) (2021-07-05)
|
11
|
+
|
12
|
+
### Features
|
13
|
+
|
14
|
+
- Add support for Jekyll 3.9
|
15
|
+
- Add `vite_react_refresh_tag` helper
|
16
|
+
|
17
|
+
### Bug Fixes
|
18
|
+
|
19
|
+
- Ensure non-proxied requests are served with an HTTP status
|
20
|
+
- Ensure Ruby 3.0 support
|
9
21
|
|
10
22
|
|
11
|
-
## [0.0.2](https://github.com/ElMassimo/
|
23
|
+
## [0.0.2](https://github.com/ElMassimo/jekyll-vite/compare/v0.0.1...v0.0.2) (2021-07-03)
|
12
24
|
|
13
25
|
|
14
26
|
### Bug Fixes
|
15
27
|
|
16
|
-
* Do not serve files with custom status in local development server ([86cf47b](https://github.com/ElMassimo/
|
28
|
+
* Do not serve files with custom status in local development server ([86cf47b](https://github.com/ElMassimo/jekyll-vite/commit/86cf47b485520879c7b7e7a79c7245dc0ba92b16))
|
17
29
|
|
18
30
|
|
19
31
|
|
@@ -21,13 +33,13 @@
|
|
21
33
|
|
22
34
|
### Features
|
23
35
|
|
24
|
-
* Build vite assets when generating site and preserve assets correctly ([0b9a138](https://github.com/ElMassimo/
|
25
|
-
* Ignore Vite dir when the dev server is active, add the last build ([548a47f](https://github.com/ElMassimo/
|
26
|
-
* Implement a WEBrick proxy servlet for Jekyll ([b5afe03](https://github.com/ElMassimo/
|
27
|
-
* Implement liquid tags to render script and stylesheet tags ([4cbb679](https://github.com/ElMassimo/
|
28
|
-
* Read mode from JEKYLL_ENV ([acd7181](https://github.com/ElMassimo/
|
29
|
-
* Serve files from the cache when the Vite dev server is down ([d695718](https://github.com/ElMassimo/
|
30
|
-
* Track dependencies on entrypoints ([5b8c413](https://github.com/ElMassimo/
|
36
|
+
* Build vite assets when generating site and preserve assets correctly ([0b9a138](https://github.com/ElMassimo/jekyll-vite/commit/0b9a138393a00c96119e42d5a59ac71539d00912))
|
37
|
+
* Ignore Vite dir when the dev server is active, add the last build ([548a47f](https://github.com/ElMassimo/jekyll-vite/commit/548a47f8bbb6f22820083d22d4628d445149ba46))
|
38
|
+
* Implement a WEBrick proxy servlet for Jekyll ([b5afe03](https://github.com/ElMassimo/jekyll-vite/commit/b5afe03b763235c23d9eaf940086d6ddb19399dc))
|
39
|
+
* Implement liquid tags to render script and stylesheet tags ([4cbb679](https://github.com/ElMassimo/jekyll-vite/commit/4cbb679af2625f31954c56b7cda032c896d7e127))
|
40
|
+
* Read mode from JEKYLL_ENV ([acd7181](https://github.com/ElMassimo/jekyll-vite/commit/acd7181c507cd1971f056462f240dec0071acf3b))
|
41
|
+
* Serve files from the cache when the Vite dev server is down ([d695718](https://github.com/ElMassimo/jekyll-vite/commit/d695718b1805211aa8b63c81d140b7212d2347f5))
|
42
|
+
* Track dependencies on entrypoints ([5b8c413](https://github.com/ElMassimo/jekyll-vite/commit/5b8c41336085e24568750bcbc77192f498488f46))
|
31
43
|
|
32
44
|
|
33
45
|
|
data/README.md
CHANGED
@@ -12,14 +12,14 @@
|
|
12
12
|
<br>
|
13
13
|
|
14
14
|
<p align="center">
|
15
|
-
|
15
|
+
<a href="https://github.com/ElMassimo/jekyll-vite/actions">
|
16
16
|
<img alt="Build Status" src="https://github.com/ElMassimo/jekyll-vite/workflows/build/badge.svg"/>
|
17
|
-
</a>
|
18
|
-
|
17
|
+
</a>
|
18
|
+
<a href="https://codeclimate.com/github/ElMassimo/jekyll-vite">
|
19
19
|
<img alt="Maintainability" src="https://codeclimate.com/github/ElMassimo/jekyll-vite/badges/gpa.svg"/>
|
20
20
|
</a>
|
21
21
|
<a href="https://codeclimate.com/github/ElMassimo/jekyll-vite">
|
22
|
-
<img alt="Test Coverage" src="https://codeclimate.com/github/ElMassimo/jekyll-vite/badges/coverage.svg"/>
|
22
|
+
<img alt="Test Coverage" src="https://codeclimate.com/github/ElMassimo/jekyll-vite/badges/coverage.svg"/>
|
23
23
|
</a>
|
24
24
|
<a href="https://rubygems.org/gems/jekyll-vite">
|
25
25
|
<img alt="Gem Version" src="https://img.shields.io/gem/v/jekyll-vite.svg?colorB=e9573f"/>
|
@@ -30,7 +30,7 @@
|
|
30
30
|
</p>
|
31
31
|
</h1>
|
32
32
|
|
33
|
-
[vite ruby]: https://github.com/ElMassimo/
|
33
|
+
[vite ruby]: https://github.com/ElMassimo/vite_ruby
|
34
34
|
[website]: https://jekyll-vite.netlify.app/
|
35
35
|
[jekyll]: https://jekyllrb.com/
|
36
36
|
[configuration reference]: https://vite-ruby.netlify.app/config/
|
@@ -20,6 +20,12 @@ module Jekyll::Vite::Installation
|
|
20
20
|
def install_sample_files
|
21
21
|
super
|
22
22
|
inject_line_after root.join('_config.yml'), 'plugins:', ' - jekyll/vite'
|
23
|
+
inject_line_after root.join('_config.yml'), 'exclude:', <<-YML.chomp("\n")
|
24
|
+
- bin
|
25
|
+
- config
|
26
|
+
- vite.config.ts
|
27
|
+
- tmp
|
28
|
+
YML
|
23
29
|
inject_line_before root.join('_layouts/default.html'), '</head>', <<-HTML.chomp("\n")
|
24
30
|
{% vite_client_tag %}
|
25
31
|
{% vite_javascript_tag application %}
|
data/lib/jekyll/vite/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-vite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Máximo Mussini
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-07-
|
11
|
+
date: 2021-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -142,8 +142,8 @@ homepage: https://github.com/ElMassimo/jekyll-vite
|
|
142
142
|
licenses:
|
143
143
|
- MIT
|
144
144
|
metadata:
|
145
|
-
source_code_uri: https://github.com/ElMassimo/jekyll-vite/tree/
|
146
|
-
changelog_uri: https://github.com/ElMassimo/jekyll-vite/blob/
|
145
|
+
source_code_uri: https://github.com/ElMassimo/jekyll-vite/tree/v1.0.0
|
146
|
+
changelog_uri: https://github.com/ElMassimo/jekyll-vite/blob/v1.0.0/CHANGELOG.md
|
147
147
|
post_install_message:
|
148
148
|
rdoc_options: []
|
149
149
|
require_paths:
|