HeapsIO / hide

Heaps IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation Error : Missing js.jquery on hashlink compile

onehundredfeet opened this issue · comments

Hi,

After the latest update, I'm getting "Element.hx:3: characters 19-35 : Type not found : js.jquery.JQuery" when I compile my heaps project that uses the hide libs. It seems the hide portion of the library is being included somehow in the heaps project, not just the l3d parts.

Am I missing a define or something I need to do to exclude the IDE parts?

Do I need to add these my project?

--remap hide:notAllowed
--macro include("hrt")

That was it. Never mind.