https://github.com/zodern/remove-client-js
Meteor Minifier to remove client js
https://github.com/zodern/remove-client-js
Last synced: 3 months ago
JSON representation
Meteor Minifier to remove client js
- Host: GitHub
- URL: https://github.com/zodern/remove-client-js
- Owner: zodern
- Created: 2020-05-07T21:56:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T22:55:22.000Z (over 2 years ago)
- Last Synced: 2025-04-22T22:41:04.330Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## zodern:remove-client-js
Minifier that removes client js files and replaces them with an empty function.
Some Meteor apps do not use the client architecture, but packages still add client code. Minifying that code can slow down deploys.
To use:
```sh
# Remove existing js minifier
meteor remove standard-minifier-js
# Add this minifier
meteor add zodern:remove-client-js
```