]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tabs to spaces.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 12 Jul 2016 19:56:07 +0000 (22:56 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 12 Jul 2016 19:56:07 +0000 (22:56 +0300)
[ci skip]

nuget/MyGet.ps1
nuget/bootstrap.nuspec
nuget/bootstrap.sass.nuspec

index f5f16b5c83f59d6bc68dd37c92fef4418ba00230..71110b5c1e3d14ca1c6a9a8ae784e4e1ebd6d7dc 100644 (file)
@@ -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
index 750378cf1382aa4d2ec79f21dcbef4cd343984e1..9378c292a2394f875a340866f5072dee133d2c95 100644 (file)
@@ -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" />
index 09125460aea48759a38cf0f1606da70d0a0468e0..87b334b61e3f0f56e4051bc82b6509bf19a76ec9 100644 (file)
@@ -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" />