View Single Post
07-22-18, 11:04 AM   #1
yess
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 29
Developing for BFA with standalone libraries

Since BFA/8.0.1 I get a missing file error for all libraries of my own addons because the .toc has the list of libs for the release version where the files will be included.

Has anyone found an elegant solution for this problem?

#@no-lib-strip@
libs\LibStub\LibStub.lua
libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
libs\AceAddon-3.0\AceAddon-3.0.xml
...
#@end-no-lib-strip@

Edit: Hmm, an inverted tag would be nice, where the lines are commented out but will not be in the release version.

Last edited by yess : 07-22-18 at 11:07 AM.
  Reply With Quote