]> source.dussan.org Git - vaadin-core.git/commitdiff
My apologies.
authorSauli Tähkäpää <sauli@vaadin.com>
Thu, 30 Mar 2017 06:17:26 +0000 (09:17 +0300)
committerSauli Tähkäpää <sauli@vaadin.com>
Thu, 30 Mar 2017 06:17:26 +0000 (09:17 +0300)
tasks/cdn.js

index 03612878176919ed026614a6380844203d5a2d4b..237a6a261caf33531aa3ddecd5811d4399f124a9 100644 (file)
@@ -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, '');