You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Carlos Rovira <ca...@apache.org> on 2020/01/21 14:24:31 UTC

[VSCode] Tour De Jewel assets are not copied

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

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

Posted by Carlos Rovira <ca...@apache.org>.
Thanks Josh! That worked! :)

El mar., 21 ene. 2020 a las 16:39, Josh Tynjala (<jo...@bowlerhat.dev>)
escribió:

> In asconfig.json, set copySourcePathAssets to true. Then, add
> resources/assets to the source-path compiler option.
>
> --
> Josh Tynjala
> Bowler Hat LLC <https://bowlerhat.dev>
>
>
> On Tue, Jan 21, 2020 at 6:24 AM Carlos Rovira <ca...@apache.org>
> 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

Posted by Josh Tynjala <jo...@bowlerhat.dev>.
In asconfig.json, set copySourcePathAssets to true. Then, add
resources/assets to the source-path compiler option.

--
Josh Tynjala
Bowler Hat LLC <https://bowlerhat.dev>


On Tue, Jan 21, 2020 at 6:24 AM Carlos Rovira <ca...@apache.org>
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
>