js: use ES6 classes for polymer 2.x

This commit is contained in:
Marcin Lulek 2018-10-30 15:24:48 +01:00
parent 69b8d6a77f
commit d75cc12c5c
9 changed files with 226 additions and 138 deletions

View file

@ -16,7 +16,7 @@
"main": {
"expand": true,
"cwd": "bower_components",
"src": "webcomponentsjs/webcomponents*.*",
"src": "webcomponentsjs/*.*",
"dest": "<%= dirs.js.dest %>/vendors"
}
},