Skip to content

Commit

Permalink
Merge branch '7.1.x' into SAndreeva/fix-bug-3599
Browse files Browse the repository at this point in the history
  • Loading branch information
SAndreeva authored Jan 16, 2019
2 parents c6d4fff + b056067 commit 0095e8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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="extras\PreDeploy.ps1" target="" />
<!-- <file src="web.config" target="" /> -->
</files>
</package>
5 changes: 5 additions & 0 deletions extras/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

0 comments on commit 0095e8b

Please sign in to comment.