mirror of
https://github.com/flyandi/mazda-custom-application-sdk
synced 2024-10-30 00:18:00 +00:00
sync
This commit is contained in:
parent
de0627bd88
commit
d19e891bca
2 changed files with 26 additions and 27 deletions
51
gulpfile.js
51
gulpfile.js
|
@ -465,32 +465,6 @@ gulp.task('build-docs', function(callback) {
|
|||
);
|
||||
});
|
||||
|
||||
/**
|
||||
* Common Commands
|
||||
*/
|
||||
|
||||
// clean
|
||||
gulp.task('clean', function() {
|
||||
return del(
|
||||
[output + '**/*']
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
// Default Task
|
||||
gulp.task('default', function(callback) {
|
||||
runSequence(
|
||||
'clean',
|
||||
'build-system',
|
||||
'build-install',
|
||||
'build-uninstall',
|
||||
'build-sdcard',
|
||||
//'build-docs',
|
||||
callback
|
||||
);
|
||||
|
||||
});
|
||||
|
||||
|
||||
/**
|
||||
* These build jobs are for distribution
|
||||
|
@ -606,3 +580,28 @@ gulp.task('dist-major', function(callback) {
|
|||
callback
|
||||
);
|
||||
});
|
||||
|
||||
/**
|
||||
* Common Commands
|
||||
*/
|
||||
|
||||
// clean
|
||||
gulp.task('clean', function() {
|
||||
return del(
|
||||
[output + '**/*']
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
// Default Task
|
||||
gulp.task('default', function(callback) {
|
||||
runSequence(
|
||||
'clean',
|
||||
'build-system',
|
||||
'build-install',
|
||||
'build-uninstall',
|
||||
'build-sdcard',
|
||||
//'build-docs',
|
||||
callback
|
||||
);
|
||||
});
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "casdk",
|
||||
"description": "Write and deploy applications for the Mazda Infotainment System",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.4",
|
||||
"homepage": "http://flyandi.github.io/mazda-custom-application-sdk/",
|
||||
"author": "Andy (flyandi) <flyandi@yahoo.com>",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue