0.4.6 • Published 9 years ago

norma-copy v0.4.6

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

norma-copy

File Copy Package for Norma Build Tool

To use add the following to your norma.json:

"tasks": {
  "copy": {
    "src": "test/**/*",
    "dest": "out"
  }
}

The src variable is where your test files are located.

The dest variable is where you want your files to go

You can also specify what types of files you want copied by using the ext key like so:

"tasks": {
  "copy": {
    "src": "test/**/*",
    "dest": "out",
    "ext": ["html", js]
  }
}
0.4.6

9 years ago

0.4.5

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago