disable minify, keep pretokenise
parent
44a58afd60
commit
c38f58fc9c
|
|
@ -15,7 +15,7 @@ var AppInfo = {
|
||||||
return Espruino.transform(content, {
|
return Espruino.transform(content, {
|
||||||
SET_TIME_ON_WRITE : false,
|
SET_TIME_ON_WRITE : false,
|
||||||
PRETOKENISE : true,
|
PRETOKENISE : true,
|
||||||
MINIFICATION_LEVEL : "ESPRIMA",
|
//MINIFICATION_LEVEL : "ESPRIMA", // disable due to https://github.com/espruino/BangleApps/pull/355#issuecomment-620124162
|
||||||
builtinModules : "Flash,Storage,heatshrink,tensorflow,locale"
|
builtinModules : "Flash,Storage,heatshrink,tensorflow,locale"
|
||||||
});
|
});
|
||||||
} else
|
} else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue