File: demos/startbootstrap-sb-admin-2/bower_components/bootstrap/nuget/MyGet.ps1

Recommend this page to a friend!
  Classes of Emmanuel Podvin   Blapy   demos/startbootstrap-sb-admin-2/bower_components/bootstrap/nuget/MyGet.ps1   Download  
File: demos/startbootstrap-sb-admin-2/bower_components/bootstrap/nuget/MyGet.ps1
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Blapy
jQuery plugin to load linked pages using AJAX
Author: By
Last change: Update of demos/startbootstrap-sb-admin-2/bower_components/bootstrap/nuget/MyGet.ps1
Date: 2 years ago
Size: 468 bytes
 

Contents

Class file image Download
$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