grubi
7 Nov 2009, 6:56 AM
Hi.
I'm trying to get the JSBuilder2 working to no avail. Seems that I miss something. I tried with the following minimal project file
{
projectName: 'userEnvManager',
deployDir: 'js',
pkgs:[{
name: 'all',
file: 'all.js',
isDebug: true,
fileIncludes: [{
text: 'main.js',
path: 'js/src/'
}]
}]
}
The only thing I get when running JSBilder2 are two empty 'js' files called 'all' and 'all-debug' at the proper location. As these files are created I assume that pathes are specified correctly.
Thanks for your help.
I'm trying to get the JSBuilder2 working to no avail. Seems that I miss something. I tried with the following minimal project file
{
projectName: 'userEnvManager',
deployDir: 'js',
pkgs:[{
name: 'all',
file: 'all.js',
isDebug: true,
fileIncludes: [{
text: 'main.js',
path: 'js/src/'
}]
}]
}
The only thing I get when running JSBilder2 are two empty 'js' files called 'all' and 'all-debug' at the proper location. As these files are created I assume that pathes are specified correctly.
Thanks for your help.