Here is the jsb2 file as well incase i'm doing something wrong there.
All the files included get put in a SRC directory but that is it.. no build directory and no minification. Hoping someone can see my folly. Thanks!
Code:
{
projectName: 'Test Project',
deployDir: '',
licenseText : '',
pkgs: [{
name: 'test - all',
file: 'compiled/test.all.js',
fileIncludes: [
{text:'overrides-bugfixes.js', path:'../app/overrides/'},
{text:'overrides-enhancements.js', path:'../app/overrides/'},
{text:'vtypes.js', path:'../app/overrides/'},
{text:'config.forms.js', path:'../app/forms/'},
{text:'config.forms.Product.js', path:'../app/forms/'},
{text:'config.forms.Import.js', path:'../app/forms/'},
{text:'config.print.js', path:'../app/layout/'},
{text:'config.NavPanel.js', path:'../app/layout/'},
{text:'config.TaskUIPanel.js', path:'../app/layout/'},
{text:'config.AppHeaderPanel.js', path:'../app/layout/'},
{text:'KRI.languages.English.js', path:'../app/layout/'},
{text:'applayout.js', path:'../app/layout/'}
]
}],
resources: [{
src: '../app/',
dest: '/src/',
filters: ".*\\.js"
}]
}