7.4.0 • Published 9 years ago

static-engine-content v7.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

static-engine-content

Dependency Status devDependency Status js-standard-style

This is a plugin for static-engine. It takes a string that's passed to glob. It adds an object to the array for every file found. Each of those objects has two properties, file which is the file found, and content that is the content of that file.

var engine = require('static-engine');
var content = require('static-engine-content');
var pluginA = require('plugin-a');

engine([
    pluginA,
    content('./content/*')
]);
7.4.0

9 years ago

7.3.0

9 years ago

7.2.2

9 years ago

7.2.1

9 years ago

7.2.0

9 years ago

7.1.1

9 years ago

7.1.0

9 years ago

7.0.1

9 years ago

7.0.0

9 years ago

6.2.0

9 years ago

6.1.0

9 years ago

6.0.0

9 years ago

5.2.1

9 years ago

5.2.0

9 years ago

5.1.0

9 years ago

5.0.0

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.3.1

9 years ago

3.3.0

9 years ago

3.2.0

9 years ago

3.1.0

9 years ago

3.0.0

9 years ago

2.2.0

9 years ago

2.1.2

9 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago