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,

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

[VSCode] Tour De Jewel assets are not copied

2020-01-21 Thread Carlos Rovira
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