Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mako-copy

makojs25MIT1.0.2

A mako plugin that copies files to an output directory

mako-plugin, copy

readme

mako-copy

A plugin for copying files to the output location.

npm version npm dependencies npm dev dependencies

Purpose

  • copies each file from file.initialPath to file.path

API

copy(extensions, [options])

The extensions argument can be passed as either a single String or an Array of file extensions. (without the leading dot)

Available options: - force when set, always copy (even if the destination already exists, and the mtime is identical)

changelog

1.0.1 / 2016-09-25

  • chore(package): update mako-utils
  • docs: add nsp badge

1.0.0 / 2016-09-21

  • chore(package): update mako core
  • meta: use npm version for releases
  • docs: clean up readme
  • docs: add contribution guide

0.13.2 / 2016-09-14

  • update mako-utils

0.13.1 / 2016-09-14

  • update mako-utils

0.13.0 / 2016-09-05

  • update mako core, removing internal timer

0.12.5 / 2016-08-31

  • chore(package): update mako-utils to version 0.1.0
  • chore(package): update standard to version 8.0.0 (#18)
  • chore(package): update mocha to version 3.0.0
  • adding code style badge
  • mark the file dirty between builds for test
  • chore(package): update mako to version 0.12.12

0.12.4 / 2016-06-29

  • add mako-utils

0.12.3 / 2016-06-27

  • removing cwp

0.12.2 / 2016-06-27

  • switch to cwp instead of relative

0.12.1 / 2016-06-19

  • formatting existing code using standard
  • switching to standard for linting

0.12.0 / 2016-06-16

  • update mako core
  • clean up readme
  • clean up travis config, prune before update

0.11.1 / 2016-06-11

  • cleanup debug output

0.11.0 / 2016-06-08

  • update mako core and deps

0.10.0 / 2016-05-24

  • update mako core

0.9.0 / 2016-05-15

  • adapt to the new api for quickly-copy-file

0.8.1 / 2016-03-06

  • update keywords

0.8.0 / 2016-02-21

  • update mako core

0.7.0 / 2016-02-10

  • update mako core and dev deps

0.6.0 / 2016-01-24

  • update mako core

0.5.0 / 2016-01-17

  • update mako-core, add timers

0.4.0 / 2015-12-22

  • deps: bump

0.3.0 / 2015-12-16

  • adding options.force
  • implementing conditional copy (fixes #1)

0.2.2 / 2015-12-14

  • cleaning up debug output

0.2.1 / 2015-12-07

  • deps: re-adding mako to dev deps

0.2.0 / 2015-12-07

  • deps: update mako-output
  • deps: update mako core

0.1.0 / 2015-12-03

  • deps: bump mako core and output

0.0.5 / 2015-11-04

  • meta: clean up keywords

0.0.4 / 2015-11-04

  • meta: adding keywords
  • meta: updating development dependencies

0.0.3 / 2015-11-01

  • meta: much cleanup

0.0.2 / 2015-10-26

  • adding debug output

0.0.1 / 2015-10-23

:sparkles: