User tests: Successful: Unsuccessful:
Pull Request for Issue #19403 .
Apply and check the backend if alerts and switches are rendering ok
No
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository Layout |
Please could you also replace
// Various variables
const rootPath = __dirname.replace('/build/build-modules-js', '');
with
// Various variables
const isWin = /^win/.test(process.platform);
const rootPath = isWin ? _dirname.replace('\\build\\build-modules-js', '') : _dirname.replace('/build/build-modules-js', '');
in all build/build-module-js/*.js
files
Either that or I can do it with my PR later on tonight or tomorrow
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-01-20 01:35:57 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
@infograf768 here you go