added no_header_or_footer layout
added page 7 video_fullscreen
This commit is contained in:
parent
50d53ee7e8
commit
3533daf3b6
137 changed files with 2180 additions and 3732 deletions
|
|
@ -1,8 +0,0 @@
|
|||
$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
|
||||
Loading…
Add table
Add a link
Reference in a new issue