mirror of
https://github.com/flyandi/mazda-custom-application-sdk
synced 2025-01-09 17:53:24 +00:00
More build process stuff
This commit is contained in:
parent
d19e891bca
commit
acbf45143a
1 changed files with 3 additions and 3 deletions
|
@ -538,9 +538,9 @@ gulp.task('dist-system', function() {
|
||||||
* creates the release information for the distribution
|
* creates the release information for the distribution
|
||||||
* @job dist-release
|
* @job dist-release
|
||||||
*/
|
*/
|
||||||
gulp.task('dist-release', function() {
|
gulp.task('dist-latest', function() {
|
||||||
|
|
||||||
buildJsonVersion("release.json", distLatestOutput, "release-package");
|
buildJsonVersion("latest.json", distLatestOutput, "latest-release-package");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
@ -552,7 +552,7 @@ gulp.task('build-dist', function(callback) {
|
||||||
runSequence(
|
runSequence(
|
||||||
'dist-runtime',
|
'dist-runtime',
|
||||||
'dist-system',
|
'dist-system',
|
||||||
'dist-release',
|
'dist-latest',
|
||||||
callback
|
callback
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue