Skip to content
This repository was archived by the owner on Jul 6, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
52 lines (30 loc) · 1.03 KB

File metadata and controls

executable file
·
52 lines (30 loc) · 1.03 KB

DEPRECIATION WARNING FireJSX-GZIP is now a native FireJSX feature. This plugin is no longer required

FireJSX GZIP

Simple, small live gzip plugin for FireJSX

Installing

install using yarn or npm

yarn

$ yarn add @firejsx/gzip

npm

$ npm install @firejsx/gzip

Registering

create a firejsx.yml file in the project root or specify one using [ -c, --conf ] flag.

Add the following in the file.

plugins:
  - "@firejsx/gzip"

All done. Now your stuff will be gziped when using dev server.

Code of conduct

Code of conduct can be found at CODE_OF_CONDUCT.md

Contributing

Make sure to read Contribution Guidelines at CONTRIBUTING.md before contributing.

License & Copyright

Copyright (C) 2020 Aniket Prajapati

Licensed under the MIT

Contributors