An open API service indexing awesome lists of open source software.

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

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
```