jhen0409 / react-chrome-extension-boilerplate

Boilerplate for Chrome Extension React.js project
MIT License
2.14k stars 388 forks source link

Use crx to pack Chrome Extension #9

Closed jhen0409 closed 8 years ago

jhen0409 commented 8 years ago

Remove gulp compress task, using crx CLI tool to pack .zip and .crx. #8

You can add custom key.pem to build/ folder.

Unfortunately crx generateUpdateXML is not supported in cli tool, although we can do it with require('crx'), but I wanted to keep it simple. It may will do in the future, and will add some guidelines.