1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Exclude JS source code from the output

This commit is contained in:
Cotes Chung
2021-04-19 14:51:45 +08:00
parent 52f4012463
commit 72e8ffafa6
17 changed files with 24 additions and 23 deletions

View File

@@ -4,7 +4,7 @@
#
# 1. Bump latest version number to files:
# - _sass/jekyll-theme-chirpy.scss
# - assets/js/_copyright.js
# - _javascript/copyright
# - assets/js/dist/*.js (will be built by gulp later)
# - jekyll-theme-chirpy.gemspec
# - package.json
@@ -28,7 +28,7 @@ manual_release=false
ASSETS=(
"_sass/jekyll-theme-chirpy.scss"
"assets/js/_copyright"
"_javascript/copyright"
)
GEM_SPEC="jekyll-theme-chirpy.gemspec"