diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2017-03-30 09:17:26 +0300 |
---|---|---|
committer | Sauli Tähkäpää <sauli@vaadin.com> | 2017-03-30 09:17:26 +0300 |
commit | b9793d789cb238af598c930d1620ef9748d9b0ec (patch) | |
tree | 7f873ebe12cd43ee40526bd82a82ae48b3587b21 | |
parent | b96ada51cc6f01fe0c693348a3b0ccb9d6aacde9 (diff) | |
download | vaadin-core-b9793d789cb238af598c930d1620ef9748d9b0ec.tar.gz vaadin-core-b9793d789cb238af598c930d1620ef9748d9b0ec.zip |
My apologies.
-rw-r--r-- | tasks/cdn.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks/cdn.js b/tasks/cdn.js index 0361287..237a6a2 100644 --- a/tasks/cdn.js +++ b/tasks/cdn.js @@ -93,6 +93,8 @@ gulp.task('deploy:cdn', ['upload:cdn'], function(done) { } }); +/* Above are the old tasks to publish the vaadin-core-elements package, below the tasks to publish a single element from a specific tag/branch. Sorry about the poor naming :-) */ + gulp.task('cdn:arguments', function(done) { common.checkArguments(['element', 'tag']); args.folder = args.tag.replace(/^v/g, ''); |