Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/nuget
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2016-07-12 22:56:07 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-07-12 22:56:07 +0300
commit278a5632419eeeefb61e2f440b3d1db22135a424 (patch)
tree4bdc6f85bd1152b52e2b8ab09eda596ae5883ecb /nuget
parentc2bb71e4aeb5842cc0d24d7b83e38dfedfe5b1aa (diff)
Tabs to spaces.
[ci skip]
Diffstat (limited to 'nuget')
-rw-r--r--nuget/MyGet.ps116
-rw-r--r--nuget/bootstrap.nuspec14
-rw-r--r--nuget/bootstrap.sass.nuspec12
3 files changed, 21 insertions, 21 deletions
diff --git a/nuget/MyGet.ps1 b/nuget/MyGet.ps1
index f5f16b5c83..71110b5c1e 100644
--- a/nuget/MyGet.ps1
+++ b/nuget/MyGet.ps1
@@ -1,18 +1,18 @@
# set env vars usually set by MyGet (enable for local testing)
-#$env:SourcesPath = '..'
+#$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 '-'
+# 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
+if ($bsversionParts.Length -gt 1)
+{
+ $bsversion += '-' + $bsversionParts[1].replace('.', '').replace('-', '_') # strip out invalid chars from the PreRelease part
}
-#create packages
+# 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 \ No newline at end of file
+& $nuget pack "$env:SourcesPath\nuget\bootstrap.sass.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 750378cf13..9378c292a2 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -6,19 +6,19 @@
<title>Bootstrap CSS</title>
<authors>The Bootstrap Authors, Twitter Inc.</authors>
<owners>bootstrap</owners>
- <description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
- <releaseNotes>http://blog.getbootstrap.com</releaseNotes>
- <summary>Bootstrap framework in CSS. Includes fonts and JavaScript</summary>
- <language>en-us</language>
- <projectUrl>http://getbootstrap.com</projectUrl>
+ <description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
+ <releaseNotes>http://blog.getbootstrap.com</releaseNotes>
+ <summary>Bootstrap framework in CSS. Includes fonts and JavaScript</summary>
+ <language>en-us</language>
+ <projectUrl>http://getbootstrap.com</projectUrl>
<iconUrl>http://getbootstrap.com/apple-touch-icon.png</iconUrl>
- <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
+ <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
<copyright>Copyright 2016</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="jQuery" version="3.0.0.1" />
</dependencies>
- <tags>css js less mobile-first responsive front-end framework web</tags>
+ <tags>css js less mobile-first responsive front-end framework web</tags>
</metadata>
<files>
<file src="dist\css\*.*" target="content\Content" />
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index 09125460ae..87b334b61e 100644
--- a/nuget/bootstrap.sass.nuspec
+++ b/nuget/bootstrap.sass.nuspec
@@ -6,19 +6,19 @@
<title>Bootstrap Sass</title>
<authors>The Bootstrap Authors, Twitter Inc.</authors>
<owners>bootstrap</owners>
- <description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
+ <description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
<releaseNotes>http://blog.getbootstrap.com</releaseNotes>
- <summary>Bootstrap framework in Sass. Includes fonts and JavaScript</summary>
- <language>en-us</language>
- <projectUrl>http://getbootstrap.com</projectUrl>
+ <summary>Bootstrap framework in Sass. Includes fonts and JavaScript</summary>
+ <language>en-us</language>
+ <projectUrl>http://getbootstrap.com</projectUrl>
<iconUrl>http://getbootstrap.com/apple-touch-icon.png</iconUrl>
- <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
+ <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
<copyright>Copyright 2016</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="jQuery" version="3.0.0.1" />
</dependencies>
- <tags>css js less mobile-first responsive front-end framework web</tags>
+ <tags>css js less mobile-first responsive front-end framework web</tags>
</metadata>
<files>
<file src="scss\**\*.scss" target="content\Content\bootstrap" />