Closed sylvainbaronnet closed 8 years ago
hi @sylvainbaronnet
do you call EStyleSheet.build()
in entry script?
Sorry it was late^^ No I didn't, I though it was only if there's vars to "build", it works correctly.
Maybe your should switch it to step 1 in doc
ok, will update docs. Thanks for feedback!
Hi,
I tried to use this module without success, I always got an empty object as a result, even with the simple example on the readme. I looked at the code and I was able to make it work by changing (in api.js) :
if (this.builded)
toif (!this.builded)
since in my testthis.builded
was always false and it looks like it needs to go throughsheet.calc()
Maybe i'm missing something...