Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 381 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 381 Bytes

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:

# Remove existing js minifier
meteor remove standard-minifier-js

# Add this minifier
meteor add zodern:remove-client-js