1.0.18 • Published 6 years ago

makestatic-build-exec v1.0.18

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.17

6 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago