Re: [VSCode] Tour De Jewel assets are not copied

2020-01-21 Thread Carlos Rovira
Thanks Josh! That worked! :)

El mar., 21 ene. 2020 a las 16:39, Josh Tynjala ()
escribió:

> In asconfig.json, set copySourcePathAssets to true. Then, add
> resources/assets to the source-path compiler option.
>
> --
> Josh Tynjala
> Bowler Hat LLC 
>
>
> On Tue, Jan 21, 2020 at 6:24 AM Carlos Rovira 
> wrote:
>
> > Hi Josh,
> >
> > TDJ has in asconfigc.json configured "copySourcePathAssets": true
> >
> > I was expecting all files in "resources/assets" was copied to js-debug
> and
> > js-release, but I don't get anything but two files that comes from
> > JewelTheme library.
> >
> > In maven I need to add some maven code to copy it.
> > In VSCode I don't know how that is handled but I suppose we need
> something
> > to do that copy of files automatically.
> >
> > What can I do to solve this for compiling TDJ with VSCode?
> >
> > Thanks
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [VSCode] Tour De Jewel assets are not copied

2020-01-21 Thread Josh Tynjala
In asconfig.json, set copySourcePathAssets to true. Then, add
resources/assets to the source-path compiler option.

--
Josh Tynjala
Bowler Hat LLC 


On Tue, Jan 21, 2020 at 6:24 AM Carlos Rovira 
wrote:

> Hi Josh,
>
> TDJ has in asconfigc.json configured "copySourcePathAssets": true
>
> I was expecting all files in "resources/assets" was copied to js-debug and
> js-release, but I don't get anything but two files that comes from
> JewelTheme library.
>
> In maven I need to add some maven code to copy it.
> In VSCode I don't know how that is handled but I suppose we need something
> to do that copy of files automatically.
>
> What can I do to solve this for compiling TDJ with VSCode?
>
> Thanks
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>