Thread Tools Display Modes
10-01-17, 04:06 PM   #1
Pobre
A Murloc Raider
 
Pobre's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2013
Posts: 5
Packager externals. [Solved]

Hello,

I'm having a problem when I'm packaging my AddOn with BigWigs Packager fetching the externals. This is the addon: oUF_Grumpy, and this is the fetching AddOn: oUF_IgnorePain, also oUF.
It just package my addon without the externals and I don't know why it isn't fetching.

Last edited by Pobre : 10-02-17 at 04:17 PM. Reason: Solved
  Reply With Quote
10-02-17, 10:09 AM   #2
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
YAML (or atleast pkgmeta) is extremely sensitive to whitespace, replace the tab indenting with 2 spaces.
As for oUF, you want to use tag: latest.

Last edited by p3lim : 10-02-17 at 10:14 AM.
  Reply With Quote
10-02-17, 04:16 PM   #3
Pobre
A Murloc Raider
 
Pobre's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2013
Posts: 5
I cannot express my gratitude enough to you P3lim.
Not only your codes helped me understand oUF a lot and actually start my own interface addon and a plug-in for it, now this, you were right about the tab indentation, they were the problem. I'm going to configure my Vim to use white spaces instead of tab.
Thank you very much, it is working flawless now.
  Reply With Quote
10-02-17, 10:47 PM   #4
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
You will still want to use tabs for your Lua files. Spaces will work, but then it creates unnecessary white space and artificially increases the file size.
  Reply With Quote
10-04-17, 11:45 AM   #5
Pobre
A Murloc Raider
 
Pobre's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2013
Posts: 5
Sure, I'm actually doing that, only my .pkgmeta is using whitespaces. Since we can use different configuration with different files with Vim (and other programs of course).
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Packager externals.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off