Skip to content

Commit

Permalink
No need to minify, zipping is enough
Browse files Browse the repository at this point in the history
The build is too big anyway
  • Loading branch information
klaftertief committed Nov 27, 2023
1 parent f9604cf commit 6c80ddb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 122 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ styles:

scripts: $(ELM_FILES)
node_modules/.bin/elm make $(ELM_MAIN) --optimize --output $(BUILD_DIR)/scripts/search.js
node_modules/.bin/terser $(BUILD_DIR)/scripts/search.js --compress 'pure_funcs="F2,F3,F4,F5,F6,F7,F8,F9,A2,A3,A4,A5,A6,A7,A8,A9",pure_getters,keep_fargs=false,unsafe_comps,unsafe,passes=2' --mangle --output $(BUILD_DIR)/scripts/search.js

html:
mkdir -p $(BUILD_DIR)
Expand Down
120 changes: 0 additions & 120 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"devDependencies": {
"elm": "^0.19.1-6",
"elm-format": "^0.8.7",
"terser": "^5.24.0",
"xhr2": "^0.2.1"
}
}

0 comments on commit 6c80ddb

Please sign in to comment.