Skip to content

Commit

Permalink
feat(build): PreDeploy script cleaning sass and typescript folders #3618
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasil Mihalkov authored and Aleksandyr committed Jan 16, 2019
1 parent 29f35e0 commit 1c6d50c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PreDeploy.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Write-Host "The root folder is: " $angularDocsRoot
Write-Host "Removing " $angularDocsRoot\sass\*
Remove-Item $angularDocsRoot\sass\* -Recurse -Force
Write-Host "Removing " $angularDocsRoot\typescript\*
Remove-Item $angularDocsRoot\typescript\* -Recurse -Force
1 change: 1 addition & 0 deletions angularDocs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</metadata>
<files>
<file src="dist\igniteui-angular\docs\**\*.*" target="\" />
<file src="PreDeploy.ps1" target="" />
<!-- <file src="web.config" target="" /> -->
</files>
</package>

0 comments on commit 1c6d50c

Please sign in to comment.