Skip to content

Commit

Permalink
cleaning build - Mention cpy-cli
Browse files Browse the repository at this point in the history
Thanks @sapegin.
  • Loading branch information
bebraw committed Jan 18, 2017
1 parent cc89640 commit cc610e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuscript/building_with_webpack/05_cleaning_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ leanpub-end-insert

After this change, our `build` directory should remain nice and tidy while building. You can verify this by building the project and making sure no old files remained in the output directory.

T> Copying files is another common operation you can handle with a webpack plugin such as [copy-webpack-plugin](https://www.npmjs.com/package/copy-webpack-plugin). It can be handy if you need to bring external files to your build without having webpack pointing at them directly.
T> Copying files is another common operation you can handle with a webpack plugin such as [copy-webpack-plugin](https://www.npmjs.com/package/copy-webpack-plugin). It can be handy if you need to bring external files to your build without having webpack pointing at them directly. [cpy-cli](https://www.npmjs.com/package/cpy-cli) is a good option if you want to copy outside of webpack in a cross-platform way.

## Conclusion

Expand Down

0 comments on commit cc610e0

Please sign in to comment.