Skip to content

Commit

Permalink
Added include-files for scss to packages. Fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Jun 4, 2020
1 parent 15071c0 commit 498bd01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuspec/Piranha.Templates.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Piranha.Templates</id>
<version>8.3.0</version>
<version>8.3.1</version>
<title>Piranha CMS Templates</title>
<authors>Piranha CMS</authors>
<owners>Piranha CMS</owners>
Expand Down Expand Up @@ -46,7 +46,7 @@
<file src="..\src\web\razor\wwwroot\" target="content\razorweb\wwwroot\" />
<file src="..\src\web\razor\.template.config\dotnetcli.host.json" target="content\razorweb\.template.config\dotnetcli.host.json" />
<file src="..\src\web\razor\.template.config\template.json" target="content\razorweb\.template.config\template.json" />
<file src="..\src\web\razor\assets\scss\*.*" target="content\razorweb\assets\scss" />
<file src="..\src\web\razor\assets\**\*.*" target="content\razorweb\assets" />
<file src="..\src\web\razor\Controllers\*.*" target="content\razorweb\Controllers" />
<file src="..\src\web\razor\Models\**\*.*" target="content\razorweb\Models" />
<file src="..\src\web\razor\Pages\**\*.*" target="content\razorweb\Pages" />
Expand All @@ -67,7 +67,7 @@
<file src="..\src\web\mvc\wwwroot\" target="content\mvcweb\wwwroot\" />
<file src="..\src\web\mvc\.template.config\dotnetcli.host.json" target="content\mvcweb\.template.config\dotnetcli.host.json" />
<file src="..\src\web\mvc\.template.config\template.json" target="content\mvcweb\.template.config\template.json" />
<file src="..\src\web\mvc\assets\scss\*.*" target="content\mvcweb\assets\scss" />
<file src="..\src\web\mvc\assets\**\*.*" target="content\mvcweb\assets" />
<file src="..\src\web\mvc\Controllers\*.*" target="content\mvcweb\Controllers" />
<file src="..\src\web\mvc\Models\**\*.*" target="content\mvcweb\Models" />
<file src="..\src\web\mvc\seed\*.*" target="content\mvcweb\seed" />
Expand Down

0 comments on commit 498bd01

Please sign in to comment.