Compile in build.phonegap.com with new template

Hello!
I’m creating a project with this template

how to find the folder I need to put in https://build.phonegap.com/
for compilation .apk


Previously, you could easily create a project with an easy structure that already included all the necessary files for compilation.
(I mean phonegap desktop v. 0.4.5 http://docs.phonegap.com/references/desktop-app/install/win/)

thanks

after you build the projet, the content of your app it should be
/www/

Yes, this folder is. But there are only a few files. There are no files needed for compilation:
-config.xml
and inside there is no folder itself with the framework

config.xml is one level up, in the root of your project. The template use webpack, so your app is packed in *.js and *.css, etc in static folder, under www.
This is how webpack works.