3.0.0 • Published 5 years ago

@appius-digital/task-clean v3.0.0

Weekly downloads
5
License
MIT
Repository
-
Last release
5 years ago

Appius Build Tool: Clean

Use this tool to clear out temporary files and directories during your build process.

Installation

Run the following command from your project root.

npm install @appius-digital/task-clean --save

Usage

Add the following to your gulpfile.js

require('@appius-digital/task-clean')(gulp, {
  task: 'clean-styles',
  files: ['dist/**/*.*'] });

Options

NameTypeRequiredDefaultDescription
taskStringNo'clean'The name of the task to be initialised
filesArrayYesThe globs to be deleted

Copyright and license

Code and documentation Copyright 2019 Appius. Code released under the MIT License.

3.0.0

5 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago