1.3.0 • Published 9 years ago
nw-gulp-tasks v1.3.0
Gulp tasks
Neoway's reusable gulp tasks.
Installation
npm install nw-gulp-tasks
Usage
You need import this module and call constructor method with tasks you want enable. Each task have specific options, but have some globals options.
Example of standart call:
var gulp = require('nw-gulp-tasks')({
// Global vars
name: 'your-project-slug-name',
anyGlobalVars: {
var1: 'ok'
},
// Tasks
less: {
// options here
},
scripts: {
//options here
}
});
Subtasks
Some tasks files can have many subtasks. Maybe you need enable or disable only some subtasks.
Enable/Disable subtasks:
scripts: {
jshint: false
}
- This disable "scripts:jshint" subtask only
1.3.0
9 years ago
1.2.1
9 years ago
1.2.0
9 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.7.2
10 years ago
0.7.1
10 years ago
0.7.0
10 years ago
0.6.0
10 years ago
0.5.0
10 years ago
0.4.0
10 years ago
0.3.5
10 years ago
0.3.4
10 years ago
0.3.3
10 years ago
0.3.2
10 years ago
0.3.1
10 years ago