Skip to content

Commit

Permalink
build process update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhus committed Sep 13, 2016
1 parent 4998a78 commit d5bd613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ gulp.task('build:prod', done => {
});
});

info.latest = info[latest];
info.latest = JSON.parse(JSON.stringify(info[latest]));
info.latest.ref = latest;

fs.writeFileSync('../canvas-gauges-pages/_data/releases.json',
Expand Down

0 comments on commit d5bd613

Please sign in to comment.