0.4.6 • Published 10 years ago
norma-copy v0.4.6
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
10 years ago
0.4.5
10 years ago
0.4.4
10 years ago
0.4.3
10 years ago
0.4.2
11 years ago
0.4.1
11 years ago
0.4.0
11 years ago
0.3.2
11 years ago
0.3.1
11 years ago
0.3.0
11 years ago
0.2.4
11 years ago
0.2.3
11 years ago
0.2.2
11 years ago
0.2.1
11 years ago
0.2.0
11 years ago
0.1.0
11 years ago
0.0.4
11 years ago
0.0.3
11 years ago
0.0.2
11 years ago
0.0.1
11 years ago