Giovanni Bauermeister
Giovanni Bauermeister
Is this still on the roadmap? Unfortunattely I dont have that much knowledge of nodejs or javascript to develop a new engine. How hard would be adding a new engine...
Hey @versamodule ! The web files will be compacted using a gulp script and a file named index.html.gz will be generated. This file should go to data folder and uploaded...
Hey Filipe! Inside gulp script there is the section that takes care of the js, css files: ``` /* Process HTML, CSS, JS --- LINE --- */ gulp.task('inline', function() {...
@puzrin is there a way of both solving the problem I had Error: Cannot find module 'es6-error' but also supporting npx?
I'm sorry @puzrin. My PR description was not accurate. This did work: `npm i -g lv_i18n` But with this I got the error: `npm i lvgl/lv_i18n -g` ``` $ npm...