This package has been deprecated

Author message:

This module and Mimosa itself are no longer maintained

mimosa-copy-all

1.0.6 • Public • Published

mimosa-copy-all

DEPRECATED | This module and Mimosa itself are no longer maintained

Overview

This is a modification of the original Mimosa copy compiler by David Bashford, the creator of Mimosa. Instead of copying only the specified extensions, this module will copy all extensions except the specified ones.

For more information regarding Mimosa, see http://mimosa.io.

Usage

Add 'copy-all' to your list of modules. That's all! Mimosa will install the module for you when you start up.

Options

excludeExtensions array of strings

The extensions of files you don't want to copy from sourceDir to compiledDir.

exclude array of regex/string

Used for excluding files that you don't want to copy. String paths can be absolute or relative to the watch.sourceDir. Regexes are applied to the entire path.

Example Config

copyAll: {
    excludeExtensions: [
        "ini",
        "cfg"
    ],
    exclude: ["secret/stuff.txt"]
}

Default Config

copyAll: {
    exclude: []
}

Changelog

3. 12. 2019 - 1.0.4 - updated readme

12. 7. 2018 - 1.0.3 - fixed issues link in package.json

12. 7. 2018 - 1.0.2 - updated and pinned dependencies

5. 6. 2018 - 1.0.1 - moved to GitLab

24. 6. 2015 - 1.0.0 - initial version

License

GPL v3

Package Sidebar

Install

npm i mimosa-copy-all

Weekly Downloads

1

Version

1.0.6

License

GPL-3.0

Unpacked Size

39.7 kB

Total Files

6

Last publish

Collaborators

  • dpeukert