diff --git a/nuget/MyGet.ps1 b/nuget/MyGet.ps1 new file mode 100644 index 0000000000..ad17dea91f --- /dev/null +++ b/nuget/MyGet.ps1 @@ -0,0 +1,8 @@ +$nuget = $env:NuGet + +#parse the version number out of package.json +$bsversion = ((Get-Content $env:SourcesPath\package.json) -join "`n" | ConvertFrom-Json).version + +#create packages +& $nuget pack "nuget\bootstrap.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion +& $nuget pack "nuget\bootstrap.less.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion \ No newline at end of file diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec new file mode 100644 index 0000000000..835388b036 --- /dev/null +++ b/nuget/bootstrap.nuspec @@ -0,0 +1,27 @@ + + + + bootstrap + 4.0.0-alpha + Bootstrap CSS + Twitter, Inc. + bootstrap + The most popular front-end framework for developing responsive, mobile first projects on the web. + http://blog.getbootstrap.com + Bootstrap framework in CSS. Includes fonts and JavaScript + en-us + http://getbootstrap.com + http://getbootstrap.com/apple-touch-icon.png + https://github.com/twbs/bootstrap/blob/master/LICENSE + Copyright 2015 + false + + + + css js less mobile-first responsive front-end framework web + + + + + + \ No newline at end of file diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec new file mode 100644 index 0000000000..fb31ed5262 --- /dev/null +++ b/nuget/bootstrap.sass.nuspec @@ -0,0 +1,27 @@ + + + + bootstrap.sass + 4.0.0-alpha + Bootstrap Sass + Twitter, Inc. + bootstrap + The most popular front-end framework for developing responsive, mobile first projects on the web. + http://blog.getbootstrap.com + Bootstrap framework in Sass. Includes fonts and JavaScript + en-us + http://getbootstrap.com + http://getbootstrap.com/apple-touch-icon.png + https://github.com/twbs/bootstrap/blob/master/LICENSE + Copyright 2015 + false + + + + css js less mobile-first responsive front-end framework web + + + + + + \ No newline at end of file