Skip to content

Commit

Permalink
Revert "Add gulp | Update css"
Browse files Browse the repository at this point in the history
This reverts commit 5a23309.
  • Loading branch information
Nix1983 committed Feb 29, 2024
1 parent e2987ca commit 85733a8
Show file tree
Hide file tree
Showing 8 changed files with 138 additions and 4,723 deletions.
14 changes: 14 additions & 0 deletions TablerForNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
</PropertyGroup>

<ItemGroup>
<Content Remove="bundleconfig.json" />
</ItemGroup>

<ItemGroup>
<None Include="bundleconfig.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="LinqKit.Core" Version="1.2.5" />
</ItemGroup>

Expand Down Expand Up @@ -67,4 +80,5 @@
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
29 changes: 29 additions & 0 deletions bundleconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[
{
"outputFileName": "wwwroot/css/tablerForNet.min.css",
"inputFiles": [
"wwwroot/css/tablerForNet.css",
"wwwroot/css/flags.css",
"wwwroot/css/toolTip.css",
"wwwroot/css/prism-vs.css"
],
"minify": {
"enabled": true,
"renameLocals": true
},
"sourceMap": false
},
{
"outputFileName": "wwwroot/js/tablerForNet.min.js",
"inputFiles": [
"wwwroot/js/tablerForNet.js",
"wwwroot/js/prism.js"

],
"minify": {
"enabled": true,
"renameLocals": true
},
"sourceMap": false
}
]
27 changes: 0 additions & 27 deletions gulpfile.js

This file was deleted.

Loading

0 comments on commit 85733a8

Please sign in to comment.