Instead of placing large amounts of external libraries in the click_heat folder, is it possible to place it in the libraries folder?
Does this module integrate with the libraries module?
Instead of placing large amounts of external libraries in the click_heat folder, is it possible to place it in the libraries folder?
Does this module integrate with the libraries module?
Comments
Comment #1
john franklin commentedAt the moment, no.
I'm considering two courses of action.
First, refactor the module to expect the clickheat package to be in the site/all/libraries directory. I'd do this with a 6.x-3.x branch because it's a major change in the module.
Second, integrate the clickheat code into the module. They're both GPL2, so there is no license issue.
Doing the latter means I can better control which version is "officially supported."