Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmal/gulp-inline-source
Inline flagged js & css sources.
https://github.com/fmal/gulp-inline-source
Last synced: 4 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T14:34:14.000Z (over 5 years ago)
- Last Synced: 2024-05-17T08:42:43.145Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 212
- Watchers: 2
- Forks: 31
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulp-inline-source
[![NPM Version](https://img.shields.io/npm/v/gulp-inline-source.svg?style=flat-square)](https://www.npmjs.com/package/gulp-inline-source)
[![Build Status](https://img.shields.io/travis/fmal/gulp-inline-source/master.svg?style=flat-square)](http://travis-ci.org/fmal/gulp-inline-source)
[![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](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>