rewake
v0.1.6
Published
Rewake helps you to regenerate website's code if source maps are uploaded and available.
Maintainers
Readme
Rewake
Rewake helps you to regenerate website's code if source maps are uploaded and available.
Installation
It can be installed using npm:
$ npm i -g rewake --unsafe-perm=trueNote: "--unsafe-perm=true" is needed because puppeteer can not be installed globally without that permission.
Usage
After installation completed, you can use it with the following command:
$ rewake -u "website-url" -o "output-folder"