https://github.com/fmal/gulp-inline-source
Inline flagged js & css sources.
https://github.com/fmal/gulp-inline-source
Last synced: about 1 year ago
JSON representation
Inline flagged js & css sources.
- Host: GitHub
- URL: https://github.com/fmal/gulp-inline-source
- Owner: fmal
- License: mit
- Created: 2014-03-07T23:46:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T14:34:14.000Z (about 7 years ago)
- Last Synced: 2025-05-12T21:19:31.128Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 211
- Watchers: 1
- Forks: 31
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulp-inline-source
[](https://www.npmjs.com/package/gulp-inline-source)
[](http://travis-ci.org/fmal/gulp-inline-source)
[](https://github.com/semantic-release/semantic-release)
[](http://commitizen.github.io/cz-cli/)
> Inline all ``, `<link>` and `<img>` tags that contain the `inline` attribute with [inline-source](https://github.com/popeindustries/inline-source).
## How it works
```html
<!-- located at src/html/index.html -->
<html>
<head>
<!-- inline src/js/inlineScript.js -->
<script src="../js/inlineScript.js" inline>