1.0.6 • Published 7 years ago

metalsmith-inline-source v1.0.6

Weekly downloads
166
License
MIT
Repository
github
Last release
7 years ago

Metalsmith-Inline-Source

A Metalsmith plugin tied with inline-source to inline static assets like SVG, Javascript and CSS.

##Installation

$ npm install metalsmith-inline-source

##Usage ###Javascript Pass the inline-source plugin into Metalsmith via the use method:

var inlineSource = require('metalsmith-inline-source');

metalsmith.use(inlineSource());

##Credit The inline-source plugin can be found here; this is simply a wrapper for Metalsmith.

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago