Download sourcemaps to unsourcemap
them.
npm:
npm install downs --global
yarn:
yarn global add downs
downs url [options]
See help for more information.
url
is a required parameter.
Display the verison.
Display the help document.
- type: String
Specify the url to download. Ends with '/'.
- type: String
- default: 'dist'
Directory for file output. If it is not start with '/', downs
will parse it as a relative path to process.cwd()
.
- type: String
- default: 'index.html'
Specify the homepage's filename to write.
- type: String
- default: 'static/js/'
Specify the path for js files. Ends with '/'.
- type: String
- default: 'static/css/'
Specify the path for css files. Ends with '/'.
- type: Boolean
- default: true
Fetch js files and sourcemaps.
- type: Boolean
- default: false
Fetch css files and sourcemaps.
Checkout this repository locally, then:
node bin/downs
MIT
See LICENSE for more information.