Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/assemble/assemble

Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.
https://github.com/assemble/assemble

assemble blog-engine build css docs documentation generator grunt gulp html html-templates javascript markdown md nodejs pwa scaffold static-site static-site-generator templates

Last synced: 19 days ago
JSON representation

Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.

Lists

README

        




# assemble

[![NPM version](https://img.shields.io/npm/v/assemble.svg?style=flat)](https://www.npmjs.com/package/assemble) [![NPM monthly downloads](https://img.shields.io/npm/dm/assemble.svg?style=flat)](https://npmjs.org/package/assemble) [![Build Status](https://img.shields.io/travis/assemble/assemble.svg?style=flat)](https://travis-ci.org/assemble/assemble) [![Gitter](https://badges.gitter.im/join_chat.svg)](https://gitter.im/assemble/assemble)

Looking for the grunt plugin? Please visit [grunt-assemble](https://github.com/assemble/grunt-assemble).

_(Note that the current website assemble.io, is for [grunt-assemble](https://github.com/assemble/grunt-assemble). Thanks for your patience while we work on updating the site with documentation for the latest assemble)_.

## Overview

_(Click the following sections to expand them)_

Table of contents

- [Quickstart](#quickstart)
* [Installing assemble](#installing-assemble)
* [Installing assemble's CLI](#installing-assembles-cli)
* [assemblefile.js](#assemblefilejs)
- [CLI](#cli)
* [Running tasks](#running-tasks)
* [Specifying options](#specifying-options)
* [Object expansion](#object-expansion)
- [Command line options](#command-line-options)
* [cwd](#cwd)
* [file](#file)
- [API](#api)
* [Templates API](#templates-api)
+ [.create](#create)
+ [View types](#view-types)
+ [.engine](#engine)
+ [.render](#render)
* [File System API](#file-system-api)
+ [.src](#src)
+ [.dest](#dest)
+ [.copy](#copy)
+ [.renderFile](#renderfile)
* [Task API](#task-api)
+ [.task](#task)
+ [.build](#build)
+ [.watch](#watch)
- [Plugins](#plugins)
* [Discovering plugins](#discovering-plugins)
* [Authoring plugins](#authoring-plugins)
- [Learning](#learning)
* [Help](#help)
* [More information](#more-information)
* [FAQ](#faq)
- [About](#about)
* [Community](#community)
* [Related projects](#related-projects)
* [Similar projects](#similar-projects)
* [Release history](#release-history)
* [Contributing](#contributing)
* [Contributors](#contributors)
* [Authors](#authors)
* [License](#license)

_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_

What is Assemble?

Assemble is a command line tool and developer framework for rapid prototyping, static site generation, and [much more](#what-can-i-do-with-assemble).

Who uses assemble?

Assemble is used by thousands of developers and teams in more than 170 countries! Here are a few examples of sites built with assemble:

* [Airbus Group](http://www.airbusgroup.com/int/en.html)
* [Diebold](http://www.diebold.com/)
* [Transformicons](http://www.transformicons.com/)
* [Barrel](https://www.barrelny.com/)
* [yesware](https://www.yesware.com/)
* [Amaze](https://www.amaze.com/)
* [sennheiser](http://sennheiser-d1.com/)
* [perf.rocks](http://perf.rocks/)
* [Milano JS](http://milanojs.com/)
* [AKQA](http://www.akqa.com/)
* [huxtaburger](http://www.huxtaburger.com.au/)
* [Typeplate](http://typeplate.com/)
* [Angular Basics](http://www.angularjsbook.com/)

Is your website, blog or project built with assemble? Please [let us know about it](../../issues/300)!

Why should I use assemble?

* Expressive, functional API (the API is also stable)
* You can use assemble with any web framework or CSS/HTML toolkit
* Assemble can build static sites or hybrid static/dynamic sites
* Streams support, you can run any [gulp](http://gulpjs.com) plugin
* [Powerful features](#features) for rapid web development, including a robust API for rendering templates with any node.js template engine.
* Assemble can use any [base](https://github.com/node-base/base) plugin
* Assemble can do anything Jekyll does, but with more flexibility and control
* Like gulp, assemble can also run **any** other static site generator as a plugin, which means you can do anything and everything all other node.js static site generators can do, and much more.

What can I do with Assemble?

* Rapid prototyping
* Static site generation (more powerful alternative to jekyll)
* Landing pages
* A/B testing
* [blogs](examples/blog)
* Styleguides
* Themes
* UI components
* [Project scaffolder](examples/generator) ([generate](https://github.com/generate/generate) is also built on assemble)
* [build tool](examples/build-tool)
* Documentation ([verb](https://github.com/verbose/verb) is built on assemble)
* Generate [boilerplates](examples/boilerplates), [scaffolds](examples/scaffold), and [targets](examples/targets)
* E-books ([Angular Basics](http://www.angularjsbook.com/) was built with assemble)
* Much more!

Rapid development toolkit

Assemble can be used standalone, but it's even more powerful when used alongside the following libraries:

* [generate](https://github.com/generate/generate): scaffold out new projects from the command line
* [assemble](https://github.com/assemble/): <= you are here
* [verb](https://github.com/verbose/verb): generate documention for your projects
* [update](https://github.com/update/update): keep your projects up-to-date

Features

Here are just a few of the features assemble offers:

* Intuitive CLI
* Full support for [gulp](http://gulpjs.com) and [base](https://github.com/node-base/base) plugins
* Assemble templates are [vinyl](https://github.com/gulpjs/vinyl) files
* Render templates with any [template engine](#engine), including [nunjucks](https://github.com/assemble/assemble-nunjucks), [handlebars](https://github.com/jonschlinkert/engine-handlebars), [lodash](https://github.com/jonschlinkert/engine-lodash) and any consolidate engine!
* Use multiple engines, assemble can detect the one to use based on file extension
* [helpers](#helpers): support for sync and async
* [Templates collections](#collections)
* Pages
* Partials/includes
* [Layouts](https://github.com/doowb/layouts)
* Pagination
* [permalinks](https://github.com/assemble/assemble-permalinks)
* [middleware](#middleware) can be used to tranform files at any stage in the render cycle
* Generate pages from JSON
* Much more!

## Quickstart

### Installing assemble

Add assemble your project's `devDependencies` using [npm](https://npmjs.org):

```sh
$ npm install -D assemble
```

You should now be able to run assemble directly (using `node assemblefile.js` etc) or using `npm` scripts. For example, add the following to package.json:

```json
{
"scripts": {
"build": "assemble"
}
}
```

Then run

```sh
$ npm run build
```

### Installing assemble's CLI

You can also assemble's CLI globally, which adds the `assemble` command to your system path, allowing it to be run from any directory.

```sh
$ npm install --global assemble
```

_Note that even if assemble is installed globally, it's good practice to install it locally in every project to ensure that your projects are protected against any potentially breaking changes that might occur in assemble between development cycles._

### assemblefile.js

To use assemble's CLI, you'll need to add an `assemblefile.js` to your project. The fastest way to do this is to run the following command:

```sh
$ assemble
```

If no `assemblefile.js` exists in the current project, assemble will ask if you want to add one. If you answer yes, assemble will then generate a basic `assembfile.js` for you.

## CLI

Run assemble from the command line.

```sh
$ assemble [options]
```

### Running tasks

Specify one or more space-separated tasks to run.

**Examples**

Run task `foo`

```sh
$ assemble foo
```

Run tasks `foo` and `bar`

```sh
$ assemble foo bar
```

### Specifying options

Non-task options are prefixed with `--`.

**Examples**

Set the `--cwd` to run an assemblefile.js in a different directory:

```sh
$ assemble --cwd=docs
```

Emit views as they're loaded and log them to `stderr`:

```sh
$ assemble --emit=view
```

See more [command line options](#command line options)

### Object expansion

Object-paths may be specified using dot-notation for **either the key or value** in a command line argument.

Additionally, assemble uses [expand-object](https://github.com/jonschlinkert/expand-object) (and some custom parsing) to make it easier to pass non-trivial options and commands via command line. So all of the following formats are possible.

**Examples**

Boolean values:

```sh
$ assemble --foo
# { foo: true }
```

Key-value pairs:

```sh
$ assemble --foo=bar
# { foo: 'bar' }
```

Nested booleans:

```sh
$ assemble --option=foo
# {options: { foo: true }}
```

Nested key-value pairs:

```sh
$ assemble --option=foo:bar
# {options: { foo: 'bar' }}
```

Deeply nested key-value pairs:

```sh
$ assemble --option=foo.bar.baz:qux
# {options: foo: { bar: { baz: 'qux' }}}}
```

Or on the left-side of the `=`:

```sh
$ assemble --option.foo.bar.baz=qux
# {options: foo: { bar: { baz: 'qux' }}}}
```

## Command line options

### cwd

Change the `cwd` for the `assemblefile.js` to run, optionally specifying any tasks to run:

```sh
$ assemble --cwd [directory]
```

**Example**

To run the `scaffolds` example in the `examples/` directory, you would enter:

```sh
$ assemble --cwd examples/scaffolds
```

If successful, in the command line, you should see something like this:

screen shot 2016-01-09 at 1 35 52 pm

### file

Specify the name of the config file for assemble's CLI to run, the default is `assemblefile.js`.

**Example**

```sh
$ assemble --file assemblefile.dev.js
```

## API

### [Assemble](index.js#L24)

Create an `assemble` app. This is the main function exported by the assemble module.

**Params**

* `options` **{Object}**: Optionally pass default options to use.

**Example**

```js
var assemble = require('assemble');
var app = assemble();
```

### Templates API

Assemble exposes the entire API from the [templates](https://github.com/jonschlinkert/templates) library for working with templates and template collections. The API is much more extensive than what is documented here, see [templates](https://github.com/jonschlinkert/templates) for more documentation.

**Templates and Views**

In the following documentation, the terms "template" and "view" both refer to _aspects_ of the same thing. Here's what they mean:

* `template`: an actual template string
* `view`: a object with a `content` property that contains the template string. Since views are instances of [vinyl](https://github.com/gulpjs/vinyl), you can think of a view as a "vinyl file for templates".

#### .create

Create a template collection for caching [views](https://github.com/cpsubrian/node-views):

```js
app.create('includes', {viewType: 'partial'});
```

**Options**

* `cwd` **{String}**: the base directory to use when loading templates onto the collection from a glob

* `viewType`: **{String|Array}**: One or more [view types](#view-types) to associate with the collection

**Add views**

Add a view to the collection:

```js
app.include('foo.md', {contents: new Buffer('this is contents')});
```

Add multiple views:

```js
app.includes({
path: 'foo.md', contents: new Buffer('this is contents'),
path: 'bar.md', contents: new Buffer('this is contents'),
path: 'baz.md', contents: new Buffer('this is contents')
});

// or pass a glob (optionally override `cwd` defined on `.create`)
app.includes('*.{md,hbs}', {cwd: 'templates/includes'});
```

#### View types

View types are defined on a collection to determine how a templates in the collection will be handled throughout the [render cycle][].

**Available types**

Assemble supports three view types:

* `partial`: Views with this type are can be used as "partials" (or "partial views"), which can be injected into other views. Useful for components, document fragments, or other snippets of reusable code or content. These views are passed to rendering engines to be used as partials, or variables on the context if partials are not directly supported.
* `layout`: allows views to "wrap" other views (of any type, including other layouts or partials) with common code or content.
* `renderable`: Views that have a one-to-one relationship with rendered files that will eventually be visible to a user or visitor to a website. For example: pages or blog posts. The `renderable` view type is automatically set if no other view types are set.

**Defining view types**

You can define view types when a collection is created:

```js
app.create('snippet', {viewType: 'partial'});
```

Or directly on the collection options:

```js
app.create('snippet');
app.snippets.option('viewType', ['partial']); // string or array
```

#### .engine

Register template engine for rendering views with the given `ext`:

```js
app.engine(ext, fn);
```

**Params**

* `ext` **{String}**: The file extension of files to render with the engine
* `fn` **{Function}**: Async function that follows [consolidate](https://github.com/visionmedia/consolidate.js) engine conventions, and takes three arguments: `str`, `locals` and `callback`.

**Example**

```js
// this engine is already registered in assemble
app.engine('hbs', require('engine-handlebars'));

// create a custom engine
app.engine('txt', function(str, locals, cb) {
// render `str` with `locals`
cb(null, str);
});
```

You can tell assemble to use the same engine for all file extensions by setting a value on `options.engine`.

**Example**

```js
// use engine `hbs` for rendering all files
app.option('engine', 'hbs');
```

Or, if you're using [.renderFile](#renderFile), you can force a specific engine to be used by passing the engine name.

**Example**

Use the `hbs` engine to render all templates:

```js
app.src('templates/*.*')
.pipe(app.renderFile('hbs'))
```

#### .render

Render a view with the given `locals` and `callback`.

```js
app.render(view, {title: 'Foo'}, function(err, view) {
// `view` is an object with a rendered `content` property
});
```

**Params**

* `view` **{Object|String}**: The view to render
* `locals` **{Object}**: Locals to pass to template engine for rendering templates in `view`
* `callback` **{Function}**

***

### File System API

Assemble offers the following low-level methods for working with the file system:

* [src](#src)
* [symlink](#symlink)
* [dest](#dest)
* [copy](#copy)

Assemble has first-class support for [vinyl-fs](https://github.com/gulpjs/vinyl-fs), so any [gulp](http://gulpjs.com) plugin can be used in your assemble pipeline.

#### .src

Create a [vinyl](https://github.com/gulpjs/vinyl) stream. Takes glob patterns or filepaths to the source files to read.

**Params**

* `glob` **{String|Array}**: Glob patterns or file paths to source files.
* `options` **{Object}**: Options or locals to merge into the context and/or pass to `src` plugins

**Example**

```js
app.src('src/*.hbs');

// define `src` options
app.src('src/*.hbs', { layout: 'default' });
```

#### .dest

Specify a destination for processed files.

**Params**

* `dest` **{String|Function}**: File path or rename function.
* `options` **{Object}**: Options and locals to pass to `dest` plugins

**Example**

```js
app.dest('dist/');
```

#### .copy

Copy files with the given glob `patterns` to the specified `dest`.

**Params**

* `patterns` **{String|Array}**: Glob patterns of files to copy.
* `dest` **{String|Function}**: Desination directory.
* `returns` **{Stream}**: Stream, to continue processing if necessary.

**Example**

```js
app.task('assets', function() {
// return, to let assemble know when the task has completed
return app.copy('assets/**', 'dist/');
});
```

#### .renderFile

Renders files as they are pushed through the stream.

```js
app.src('*.hbs')
.pipe(app.renderfile())
.pipe(app.dest('foo'));
```

Force a specific engine to be used for rendering files:

```js
app.engine('txt', function(str, locals, cb) {
cb(null, str);
});

app.src('*.hbs')
.pipe(app.renderfile('txt')) //<= use engine `txt`
.pipe(app.dest('foo'));
```

***

### Task API

Assemble has the following methods for running tasks and controlling workflows:

* [task](#task)
* [build](#build)
* [watch](#watch)

#### .task

Define a task to be run when the task is called.

**Params**

* `name` **{String}**: Task name
* `fn` **{Function}**: function that is called when the task is run.

**Example**

```js
app.task('default', function() {
app.src('templates/*.hbs')
.pipe(app.dest('site/'));
});
```

#### .build

Run one or more tasks.

**Params**

* `tasks` **{Array|String}**: Task name or array of task names.
* `cb` **{Function}**: callback function that exposes `err`

**Example**

```js
app.build(['foo', 'bar'], function(err) {
if (err) throw err;
console.log('done!');
});
```

#### .watch

Watch files, run one or more tasks when a watched file changes.

**Params**

* `glob` **{String|Array}**: Filepaths or glob patterns.
* `tasks` **{Array}**: Task(s) to watch.

**Example**

```js
app.task('watch', function() {
app.watch('docs/*.md', ['docs']);
});
```

## Plugins

### Discovering plugins

Plugins from any applications built on [base](https://github.com/node-base/base) should work with Assemble and can be used in your `assemblefile.js`:

* [base](https://www.npmjs.com/browse/keyword/baseplugin): find base plugins on npm using the `baseplugin` keyword
* [assemble](https://www.npmjs.com/browse/keyword/assembleplugin): find assemble plugins on npm using the `assembleplugin` keyword
* [generate](https://www.npmjs.com/browse/keyword/generateplugin): find generate plugins on npm using the `generateplugin` keyword
* [templates](https://www.npmjs.com/browse/keyword/templatesplugin): find templates plugins on npm using the `templatesplugin` keyword
* [update](https://www.npmjs.com/browse/keyword/updateplugin): find update plugins on npm using the `updateplugin` keyword
* [verb](https://www.npmjs.com/browse/keyword/verbplugin): find verb plugins on npm using the `verbplugin` keyword

### Authoring plugins

Visit the [plugin documentation](docs/plugins.md) guide to learn how to use, author and publish plugins.

## Learning

### Help

**Get in touch!**

Have questions, suggestions, or want to discuss assemble? Join the conversation on [gitter](http://gitter.im/assemble/assemble) or give us a shout on [twitter](https://twitter.com/assemblejs). The assemble team and community are always happy to help!

### More information

* ~~[Documentation](docs)~~ (Temporarily, while we work on the new website, docs can be found in [support/docs/src](support/docs/src))
* [API documentation](support/docs/src/content/api.md)
* [Generators maintained by the core team](https://github.com/generate)

### FAQ

**Website is outdated and being refactored!**

Assemble's website, assemble.io, only has information related to [gulp-assemble](http://assemble.io). We're working hard to update the site with information about the latest release.

In the meantime, you might find the [WIP docs](docs/src/content) useful. The [unit tests](test/) are also great examples!

**Is the assemble website up-to-date?**

No, as mentioned above, it's completely out-of-date. If you're using [grunt-assemble](https://github.com/assemble/grunt-assemble), some of the documentation at assemble.io might still be useful. If you're using assemble v0.6.0 and higher, the documentation is probably wrong in almost every way.

We're actively (daily) working on a refactor and it's a very high priority.

**What's the difference between [assemble-core](https://github.com/assemble/assemble-core) and assemble?**

Assemble adds a CLI, a few built-in view collections: `pages`, `layouts`, and `partials`, middleware for parsing front-matter, and a few other basic defaults that we've found many users expect. If you'd prefer different defaults, [assemble-core](https://github.com/assemble/assemble-core) is a great starting point.

If you want something that handles templates, rendering, engines, helpers, collections, etc. but you don't need to run tasks or work with the file system, then consider using [templates](https://github.com/jonschlinkert/templates) instead of assemble-core.

**I use gulp, why is it recommended to use assemble directly, instead of running assemble with gulp?**

You can run gulp plugins with assemble, but it won't always work the other way around. This is because, as a build system, assemble does things that gulp doesn't do, like handle middleware.

For example, assemble's `.src` and `.dest` methods have built-in `.onStream`, `.preWrite`, and `.postWrite` middleware handlers. If you still wish to use gulp and your build cycle includes middleware that requires these handlers, you can use the [assemble-handle](https://github.com/assemble/assemble-handle) plugin with gulp to ensure that the handlers are still called as needed.

This is a long way of saying, you can find ways to make gulp work, but you would just be adding an extra dependency to your project to do things that assemble already does.

**What is the relationship between gulp and assemble?**

Please read our [gulp FAQ](docs/src/subjects/gulp-faq.md) for more information.

## About

### Community

Get updates on Assemble's development and chat with the project maintainers and community members.

* Follow [@assemblejs on Twitter](https://twitter.com/assemblejs).

* If you like Assemble and want to tweet about it, please feel free to mention `@assemblejs` or use the `#assemble` hashtag

* Read and subscribe to [The Official Assemble Blog](https://github.com/assemble/assemble/blog).
* Join [the official Slack room](https://assemble.github.io/slack).
* Join the [conversation on Gitter](https://gitter.im/assemble/assemble?utm_source=share-link&utm_medium=link&utm_campaign=share-link)

* Tell us about [your assemble project](https://github.com/assemble/assemble/issues/300)
* Show your love by starring Assemble!
* Get implementation help on [StackOverflow](http://stackoverflow.com/questions/tagged/assemble) (please use the [assemble](https://stackoverflow.com/questions/tagged/assemble)`assemble` tag in questions)
* **Gitter** Discuss Assemble with us on [Gitter](https://gitter.im/assemble/assemble)

* For maximum discoverability, plugin developers should use the keyword `assembleplugin` on packages which modify or add to the functionality of Assemble when distributing through [npm](https://www.npmjs.com/browse/keyword/assemble) or similar delivery mechanisms.

**Contributing**

Please read our [contributing guide](.github/contributing.md) if you'd like to learn more about contributing to this project.

### Related projects

You might also be interested in these projects from [@doowb](https://github.com/doowb) and [@jonschlinkert](https://github.com/jonschlinkert):

* [boilerplate](https://www.npmjs.com/package/boilerplate): Tools and conventions for authoring and using declarative configurations for project "boilerplates" that can be… [more](https://github.com/jonschlinkert/boilerplate) | [homepage](https://github.com/jonschlinkert/boilerplate "Tools and conventions for authoring and using declarative configurations for project "boilerplates" that can be consumed by any build system or project scaffolding tool.")
* [generate](https://www.npmjs.com/package/generate): Command line tool and developer framework for scaffolding out new GitHub projects. Generate offers the… [more](https://github.com/generate/generate) | [homepage](https://github.com/generate/generate "Command line tool and developer framework for scaffolding out new GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.")
* [scaffold](https://www.npmjs.com/package/scaffold): Conventions and API for creating declarative configuration objects for project scaffolds - similar in format… [more](https://github.com/jonschlinkert/scaffold) | [homepage](https://github.com/jonschlinkert/scaffold "Conventions and API for creating declarative configuration objects for project scaffolds - similar in format to a grunt task, but more portable, generic and can be used by any build system or generator - even gulp.")
* [update](https://www.npmjs.com/package/update): Be scalable! Update is a new, open source developer framework and CLI for automating updates… [more](https://github.com/update/update) | [homepage](https://github.com/update/update "Be scalable! Update is a new, open source developer framework and CLI for automating updates of any kind in code projects.")
* [verb](https://www.npmjs.com/package/verb): Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used… [more](https://github.com/verbose/verb) | [homepage](https://github.com/verbose/verb "Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used on hundreds of projects of all sizes to generate everything from API docs to readmes.")

### Similar projects

If assemble doesn't do what you need, there are some other great open source projects you might be interested in, created by our friends on GitHub (in alphabetical order):

**Static site generators**

* [docpad](https://github.com/docpad)
* [metalsmith](https://github.com/metalsmith)
* [punch](https://github.com/laktek/punch)
* [wintersmith](https://github.com/jnordberg/wintersmith)

**Blog frameworks**

* [hexojs](https://github.com/hexojs)
* [ghost](https://github.com/TryGhost/Ghost)

### Release history

Changelog entries are classified using the following labels _(from [keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog)_):

* `added`: for new features
* `changed`: for changes in existing functionality
* `deprecated`: for once-stable features removed in upcoming releases
* `removed`: for deprecated features removed in this release
* `fixed`: for any bug fixes

Custom labels used in this changelog:

* `dependencies`: bumps dependencies
* `housekeeping`: code re-organization, minor edits, or other changes that don't fit in one of the other categories.

#### [0.24.0](https://github.com/assemble/assemble/compare/0.23.0...0.24.0) - 2017-05-19

**added**

* By popular request, assemble now automatically expands config templates in yaml front-matter, via [expand-front-matter](https://github.com/jonschlinkert/expand-front-matter)! This is a feature that we had in grunt-assemble, and users let us know that they wanted it back.

**fixed**

* Updated dependencies to use [is-binary-buffer](https://github.com/jonschlinkert/is-binary-buffer), which fixes a bug where `isbinaryfile` was trying to read from a file that didn't exist.

#### [0.23.0](https://github.com/assemble/assemble/compare/0.21.0...0.23.0) - 2017-02-11

**dependencies**

* Bumps [assemble-core](https://github.com/assemble/assemble-core) to get an update to [assemble-streams](https://github.com/assemble/assemble-streams) that ensures that `view` is decorated with `.toStream()` when created by `app` (versus a collection).

#### [0.21.0](https://github.com/assemble/assemble/compare/0.20.0...0.21.0) - 2017-02-03

**dependencies**

* Bumps [assemble-loader](https://github.com/assemble/assemble-loader) to v1.0.0 to take advantage of optimizations, improvements and bug fixes related to loading views

**fixed**

* Regression in 0.20.0 that was causing `view.stat` to be null in some cases after `view.path` changed
* `view.base` was not always correct on views that were not created from the file system

#### [0.20.0](https://github.com/assemble/assemble/compare/0.19.0...0.20.0) - 2017-02-02

**dependencies**

* Bumps [assemble-core](https://github.com/assemble/assemble-core) to v0.29.0 to take advantage of improvements to `dest` handling

#### [0.19.0](https://github.com/assemble/assemble/compare/0.18.0...0.19.0) - 2017-02-01

**dependencies**

* Bumps [assemble-core](https://github.com/assemble/assemble-core) to v0.28.0 to take advantage of new methods available on `list`s

##### [0.18.0](https://github.com/assemble/assemble/compare/0.17.0...0.18.0)

**Dependencies**

* bumps [assemble-core](https://github.com/assemble/assemble-core) to 0.27.0

##### [0.17.0](https://github.com/assemble/assemble/compare/0.16.1...0.17.0)

**Dependencies**

* bumps [assemble-core](https://github.com/assemble/assemble-core) to 0.26.0

##### [0.16.1](https://github.com/assemble/assemble/compare/0.16.0...0.16.1)

* bump dependencies. In particular, there was a bug in [parser-front-matter](https://github.com/jonschlinkert/parser-front-matter) where leading whitespace was removed after extracting front-matter, which caused the first line of indentation to be removed. This has been fixed.

##### [0.16.0](https://github.com/assemble/assemble/compare/0.15.0...0.16.0)

* **Added**: `.log()` method, which also exposes additional methods, like `.log.info()`, `.log.success()`, etc.
* docs were moved to `support/docs`, so that markdown docs can be built to the `docs` directory
* docs were updated, new docs added
* Moves some private prototype methods to static methods, to allow them to be used without creating an instance
* Bumps [assemble-core](https://github.com/assemble/assemble-core) to v0.25.0

##### [0.15.0](https://github.com/assemble/assemble/compare/0.14.0...0.15.0)

* Bumps [assemble-core](https://github.com/assemble/assemble-core) to v0.24.0 to get the latest versions of [templates](https://github.com/jonschlinkert/templates) and [base-data](https://github.com/node-base/base-data) which removes the `renameKey` option from the `.data` method. Use the `namespace` option instead.

##### [0.14.0](https://github.com/assemble/assemble/compare/0.13.0...0.14.0)

Bumps [assemble-core](https://github.com/assemble/assemble-core) to v0.22.0 to take advantage of fixes and improvements to lookup methods: `.find` and `getView`. No API changes were made. Please [let us know](../../issues) if regressions occur.

* fixes `List` bug that was caused collection helpers to explode
* Improvements to lookup functions: `app.getView()` and `app.find()`
* Bumps [base](https://github.com/node-base/base) to take advantages of code optimizations.

##### [0.13.0](https://github.com/assemble/assemble/compare/0.12.0...0.13.0)

* Bumps [assemble-core](https://github.com/assemble/assemble-core) to v0.21.0. Support for the `queue` property was removed on collections. See [assemble-core](https://github.com/assemble/assemble-core) for additional details.
* Fixes bug where glob parent was not being used for `file.base`, causing dest directory to be relative to cwd instead of glob parent in some cases.
* Some changes were made to context handling that effected one unit test out of ~1,000. although it's unlikely you'll be effected by the change, it warrants a minor bump
* Externalizes common [templates](https://github.com/jonschlinkert/templates) tests to base-test-runner, so that assemble plugins and other [base](https://github.com/node-base/base) applications can use the tests
* Includes a fix from [assemble-loader](https://github.com/assemble/assemble-loader), where a bug caused `renameKey` to not always be used when defined on collection loader options.
* Includes fixes from templates for resolving layouts

##### [0.12.0](https://github.com/assemble/assemble/compare/0.11.0...0.12.0)

* Bumps [assemble-core](https://github.com/assemble/assemble-core) to v0.18.0, which includes a bump in [templates](https://github.com/jonschlinkert/templates). See the changelog on the templates library for more details.

##### [0.11.0](https://github.com/assemble/assemble/compare/0.10.0...0.11.0)

* `debug` methods and related code have been removed
* Bumps [assemble-core](https://github.com/assemble/assemble-core) to v0.17.0

##### [0.10.0](https://github.com/assemble/assemble/compare/0.9.0...0.10.0)

* Adds support for using es6 generators with tasks
* Bumps [assemble-core](https://github.com/assemble/assemble-core) to v0.15.0

##### [0.9.0](https://github.com/assemble/assemble/compare/0.8.0...0.9.0)

* Bumps several dependencies. No API changes, this is mostly an optimization release. Be sure to completely remove `node_modules` and reinstall all dependencies to avoid errors such as `isRegistered is not a function`

##### [0.8.0](https://github.com/assemble/assemble/compare/0.7.0...0.8.0)

* Updates [composer](https://github.com/doowb/composer) to v0.11.0, which removes the `.watch` method in favor of using the [base-watch](https://github.com/node-base/base-watch) plugin.
* Changes in [templates](https://github.com/jonschlinkert/templates). Please see v0.11.0 in [templates history](https://github.com/jonschlinkert/templates#history) for more details.

##### [0.7.0](https://github.com/assemble/assemble/compare/0.6.0...0.7.0)

* Stability improvements and optimizations of the API introduced in v0.6.0.

##### [0.6.0]

* Major refactor. Assemble was completely re-written from the ground-up as a standalone node.js library and is no longer a grunt plugin. Grunt plugin support has been moved to [grunt-assemble](https://github.com/assemble/grunt-assemble). Please see that repo for additional details.

_(Changelog generated by [helper-changelog](https://github.com/helpers/helper-changelog))_

### Contributing

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).

Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards.

If Assemble doesn't do what you need, [please let us know](https://github.com/undefined/issues/new)

### Contributors

| **Commits** | **Contributor** |
| --- | --- |
| 1497 | [jonschlinkert](https://github.com/jonschlinkert) |
| 842 | [doowb](https://github.com/doowb) |
| 11 | [AndersDJohnson](https://github.com/AndersDJohnson) |
| 7 | [Arkkimaagi](https://github.com/Arkkimaagi) |
| 7 | [stefanwalther](https://github.com/stefanwalther) |
| 4 | [avr](https://github.com/avr) |
| 4 | [bendrucker](https://github.com/bendrucker) |
| 2 | [thegreatsunra](https://github.com/thegreatsunra) |
| 2 | [rauberdaniel](https://github.com/rauberdaniel) |
| 2 | [onokumus](https://github.com/onokumus) |
| 2 | [RobLoach](https://github.com/RobLoach) |
| 2 | [StevenBlack](https://github.com/StevenBlack) |
| 2 | [xzyfer](https://github.com/xzyfer) |
| 2 | [ain](https://github.com/ain) |
| 1 | [asans](https://github.com/asans) |
| 1 | [bauerca](https://github.com/bauerca) |
| 1 | [caseyg1204](https://github.com/caseyg1204) |
| 1 | [hyzhak](https://github.com/hyzhak) |
| 1 | [mootari](https://github.com/mootari) |
| 1 | [criticalmash](https://github.com/criticalmash) |
| 1 | [joonasy](https://github.com/joonasy) |
| 1 | [jordanthomas](https://github.com/jordanthomas) |
| 1 | [frayer](https://github.com/frayer) |
| 1 | [efender](https://github.com/efender) |
| 1 | [pburtchaell](https://github.com/pburtchaell) |
| 1 | [scmorrison](https://github.com/scmorrison) |
| 1 | [oncletom](https://github.com/oncletom) |
| 1 | [tylerhowarth](https://github.com/tylerhowarth) |
| 1 | [klokie](https://github.com/klokie) |

### Authors

**Jon Schlinkert**

* [github/jonschlinkert](https://github.com/jonschlinkert)
* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)

**Brian Woodward**

* [github/doowb](https://github.com/doowb)
* [twitter/doowb](http://twitter.com/doowb)

### License

Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).
MIT

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 27, 2017._