summaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/cdn.js2
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, '');