1.0.18 • Published 7 years ago

makestatic-build-exec v1.0.18

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

Build Exec

Run commands during the build phase



Install

yarn add makestatic-build-exec

API

BuildExec

Run commands.

Useful when you are pre-processing source files, for example gathering and processing files that are outside of the input directory.

after

after(context, options)

Executes build commands in parallel.

Returns a promise that resolves when all commands have completed.

  • context Object the processing context.
  • options Object the plugin options.
Options
  • commands String|Array list of commands to execute.
  • watch Boolean=true execute commands in watch mode.
Throws
  • Error if the commands option is invalid.
  • Error if the command execution fails.

License

MIT


Created by mkdoc on March 12, 2017

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago