Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1779 from Polymer/2.0-advanced-tools-revisions
Browse files Browse the repository at this point in the history
Revise based on feedback from Arthur
  • Loading branch information
Arthur Evans authored Oct 6, 2016
2 parents d13b970 + 028ec3f commit ee281a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/2.0/docs/tools/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ Source: [github.com/Polymer/web-component-tester](https://github.com/Polymer/web

## Build and optimization {#build}

You can use `polymer-build` from the command line if you need to customize your build process.
The Polymer CLI command `polymer build` uses the `polymer-build` library to build your project.

<a href="https://github.com/Polymer/polymer-build/blog/master/README.md" target="_blank">See the polymer-build README for instructions</a>.
`polymer-build` is a Node library for automating Polymer build tasks. You can use it to create a custom Polymer build process using Gulp or another Node-based build system.

<a href="https://github.com/Polymer/polymer-build/blob/master/README.md" target="_blank">See the polymer-build README for instructions</a>.

Source: [github.com/Polymer/polymer-build](https://github.com/Polymer/polymer-build)

0 comments on commit ee281a9

Please sign in to comment.