# gulp-inline-download

> gulp inline support download remote js/css file

Latest version **1.0.6** (published 2016-10-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install gulp-inline-download
pnpm add gulp-inline-download
yarn add gulp-inline-download
bun add gulp-inline-download
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2016-10-24 |
| First published | 2016-10-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | erasermeng |
| Maintainers | erasermeng |
| Keywords | inline, gulp, gulpplugin, gulp inline, inline css, inline js, compress html, inline download, inline net, inline remote |

## Links

- npm: https://www.npmjs.com/package/gulp-inline-download
- Repository: https://github.com/erasermeng/gulp-inline-download
- Homepage: https://github.com/erasermeng/gulp-inline-download#readme
- Issues: https://github.com/erasermeng/gulp-inline-download/issues
- npm.io page: https://npm.io/package/gulp-inline-download

## Dependencies (9)

- [gulp](https://npm.io/package/gulp.md) ^3.9.1
- [async](https://npm.io/package/async.md) ^2.1.2
- [cheerio](https://npm.io/package/cheerio.md) ^0.22.0
- [through2](https://npm.io/package/through2.md) ^2.0.1
- [gulp-util](https://npm.io/package/gulp-util.md) ^3.0.7
- [gulp-uglify](https://npm.io/package/gulp-uglify.md) ^2.0.0
- [gulp-download](https://npm.io/package/gulp-download.md) 0.0.1
- [gulp-clean-css](https://npm.io/package/gulp-clean-css.md) ^2.0.13
- [gulp-strip-debug](https://npm.io/package/gulp-strip-debug.md) ^1.1.0

## Alternatives

- [@tsparticles/shape-image](https://npm.io/package/@tsparticles/shape-image.md) — 303.7K weekly downloads
- [@tsparticles/shape-line](https://npm.io/package/@tsparticles/shape-line.md) — 233.7K weekly downloads
- [stringify-attributes](https://npm.io/package/stringify-attributes.md) — 58.6K weekly downloads
- [mobile-drag-drop](https://npm.io/package/mobile-drag-drop.md) — 46.3K weekly downloads
- [@comunica/actor-rdf-parse-html](https://npm.io/package/@comunica/actor-rdf-parse-html.md) — 29.2K weekly downloads

## Recent versions

- 1.0.6 (latest) — 2016-10-24
- 1.0.5 — 2016-10-24
- 1.0.4 — 2016-10-24
- 1.0.3 — 2016-10-23
- 1.0.2 — 2016-10-23
- 1.0.1 — 2016-10-23
- 1.0.0 — 2016-10-23

## README

# gulp-inline-download

> Advantage of gulp-inline-download is to support downloading remote file and inject js/css file to HTML.

## Installation

Install package with NPM and add it to your development dependencies:

	npm install --save-dev gulp-inline-download

## Usage

```
var inline = require('gulp-inline-download');

gulp.src('./test/test.html')
	.pipe(inline({
		uglify: {
			css: {},
			js: {
				output: {
					width: 100
				}
			}
		}
	}))
	.pipe(gulp.dest('./dist'))
```

it can replace your `<link>` and `<script>` uglified with the corresponding inlined files.

---
_Source: https://npm.io/package/gulp-inline-download · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
