Skip to content

Commit ca0bfa0

Browse files
author
y
authored
remove build tools for now
1 parent a29d816 commit ca0bfa0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/pages.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,6 @@ jobs:
5151
ASSET_LIST_JSON=$(cat asset-list.json)
5252
echo "${SERVICE_WORKER_CONTENT/__ASSETS__/${ASSET_LIST_JSON}}" > build/service-worker.js
5353
54-
- name: Install build tools
55-
run: |
56-
npm install -g esbuild postcss postcss-cli autoprefixer cssnano postcss-preset-env
57-
58-
- name: Minify JS files
59-
run: |
60-
find build -type f -name '*.js' ! -name 'service-worker.js' -exec esbuild {} --minify --outfile={} \;
61-
62-
- name: Process CSS with PostCSS
63-
run: |
64-
find build -type f -name '*.css' -exec postcss {} --replace \;
65-
66-
6754
- name: Upload build artifact
6855
uses: actions/upload-pages-artifact@v3
6956
with:

0 commit comments

Comments
 (0)