mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
Removing empty folder, fixing build warnings
This commit is contained in:
parent
22e5b2869a
commit
36136f0f0f
2 changed files with 1 additions and 3 deletions
|
@ -112,7 +112,6 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="Build\" />
|
<Folder Include="Build\" />
|
||||||
<Folder Include="wwwroot\main\js\" />
|
|
||||||
<Folder Include="wwwroot\vendor\clipboard.js\" />
|
<Folder Include="wwwroot\vendor\clipboard.js\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,7 @@
|
||||||
"wwwroot/vendor/jquery-easing/jquery.easing.js",
|
"wwwroot/vendor/jquery-easing/jquery.easing.js",
|
||||||
"wwwroot/vendor/scrollreveal/scrollreveal.min.js",
|
"wwwroot/vendor/scrollreveal/scrollreveal.min.js",
|
||||||
"wwwroot/vendor/magnific-popup/jquery.magnific-popup.js",
|
"wwwroot/vendor/magnific-popup/jquery.magnific-popup.js",
|
||||||
"wwwroot/vendor/bootstrap4-creativestart/*.js",
|
"wwwroot/vendor/bootstrap4-creativestart/*.js"
|
||||||
"wwwroot/main/**/js/*.js"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue