From d25ff2bddd44b9dac1ceb248424109d1782dd211 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 25 Mar 2017 13:13:57 +0100 Subject: add minionlivesmatter as submodule --- .../templates/assets/bootstrap/nuget/MyGet.ps1 | 18 --------------- .../assets/bootstrap/nuget/bootstrap.nuspec | 27 ---------------------- .../assets/bootstrap/nuget/bootstrap.sass.nuspec | 27 ---------------------- 3 files changed, 72 deletions(-) delete mode 100644 minionlivesmatter/templates/assets/bootstrap/nuget/MyGet.ps1 delete mode 100644 minionlivesmatter/templates/assets/bootstrap/nuget/bootstrap.nuspec delete mode 100644 minionlivesmatter/templates/assets/bootstrap/nuget/bootstrap.sass.nuspec (limited to 'minionlivesmatter/templates/assets/bootstrap/nuget') diff --git a/minionlivesmatter/templates/assets/bootstrap/nuget/MyGet.ps1 b/minionlivesmatter/templates/assets/bootstrap/nuget/MyGet.ps1 deleted file mode 100644 index 71110b5..0000000 --- a/minionlivesmatter/templates/assets/bootstrap/nuget/MyGet.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -# set env vars usually set by MyGet (enable for local testing) -#$env:SourcesPath = '..' -#$env:NuGet = "./nuget.exe" #https://dist.nuget.org/win-x86-commandline/latest/nuget.exe - -$nuget = $env:NuGet - -# parse the version number out of package.json -$bsversionParts = ((Get-Content $env:SourcesPath\package.json) -join "`n" | ConvertFrom-Json).version.split('-', 2) # split the version on the '-' -$bsversion = $bsversionParts[0] - -if ($bsversionParts.Length -gt 1) -{ - $bsversion += '-' + $bsversionParts[1].replace('.', '').replace('-', '_') # strip out invalid chars from the PreRelease part -} - -# create packages -& $nuget pack "$env:SourcesPath\nuget\bootstrap.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion -& $nuget pack "$env:SourcesPath\nuget\bootstrap.sass.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion diff --git a/minionlivesmatter/templates/assets/bootstrap/nuget/bootstrap.nuspec b/minionlivesmatter/templates/assets/bootstrap/nuget/bootstrap.nuspec deleted file mode 100644 index bbb4582..0000000 --- a/minionlivesmatter/templates/assets/bootstrap/nuget/bootstrap.nuspec +++ /dev/null @@ -1,27 +0,0 @@ - - - - bootstrap - 4.0.0 - Bootstrap CSS - The Bootstrap Authors, Twitter Inc. - bootstrap - The most popular front-end framework for developing responsive, mobile first projects on the web. - https://blog.getbootstrap.com - Bootstrap framework in CSS. Includes fonts and JavaScript - en-us - https://getbootstrap.com - https://getbootstrap.com/apple-touch-icon.png - https://github.com/twbs/bootstrap/blob/master/LICENSE - Copyright 2017 - false - - - - css mobile-first responsive front-end framework web - - - - - - diff --git a/minionlivesmatter/templates/assets/bootstrap/nuget/bootstrap.sass.nuspec b/minionlivesmatter/templates/assets/bootstrap/nuget/bootstrap.sass.nuspec deleted file mode 100644 index aba443c..0000000 --- a/minionlivesmatter/templates/assets/bootstrap/nuget/bootstrap.sass.nuspec +++ /dev/null @@ -1,27 +0,0 @@ - - - - bootstrap.sass - 4.0.0 - Bootstrap Sass - The Bootstrap Authors, Twitter Inc. - bootstrap - The most popular front-end framework for developing responsive, mobile first projects on the web. - https://blog.getbootstrap.com - Bootstrap framework in Sass. Includes fonts and JavaScript - en-us - https://getbootstrap.com - https://getbootstrap.com/apple-touch-icon.png - https://github.com/twbs/bootstrap/blob/master/LICENSE - Copyright 2017 - false - - - - css sass mobile-first responsive front-end framework web - - - - - - -- cgit v1.3.1