Removed ES5 adapter, finished migration of Polymer components, cleanup
This commit is contained in:
parent
241837f815
commit
b856331a05
10 changed files with 2408 additions and 1383 deletions
|
|
@ -102,10 +102,23 @@
|
|||
"nonull": true
|
||||
}
|
||||
},
|
||||
"uglify": {
|
||||
"terser": {
|
||||
"dist": {
|
||||
"src": "<%= dirs.js.dest %>/scripts.js",
|
||||
"dest": "<%= dirs.js.dest %>/scripts.min.js"
|
||||
"options": {
|
||||
"compress": {
|
||||
"ecma": 6
|
||||
},
|
||||
"mangle": {
|
||||
"keep_classnames": true,
|
||||
"keep_fnames": false
|
||||
},
|
||||
"output": {
|
||||
"ecma": 6
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"<%= dirs.js.dest %>/scripts.min.js": "<%= dirs.js.dest %>/scripts.js"
|
||||
}
|
||||
}
|
||||
},
|
||||
"less": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue