User tests: Successful: Unsuccessful:
Concerning minified js files, compile-es6.js
was not creating/modifying the whatever.min.js
files but only the whatever.es6.min.js
This new updated file by @dgrammatiko solves the issue.
Compiling has also modified a finder min.js file
None really. All should work as before.
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-27 11:07:41 |
Closed_By | ⇒ | laoneo | |
Labels |
Added:
?
|
Thanks
Couple notes here:
this is a band-aid patch until we move all the scripts to ES6 (we're repeating tasks here, due to async nature of the tasks)
I still insist on the separation of the source/destination of the scripts, having both on the same folder will bite us sooner or later: #20397