From 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Fri, 13 Jul 2018 19:06:45 +0200
Subject: Fixed many permissions and began admin interface
---
public/bower_components/bootstrap/nuget/MyGet.ps1 | 8 +++++++
.../bootstrap/nuget/bootstrap.less.nuspec | 28 ++++++++++++++++++++++
.../bootstrap/nuget/bootstrap.nuspec | 28 ++++++++++++++++++++++
3 files changed, 64 insertions(+)
create mode 100755 public/bower_components/bootstrap/nuget/MyGet.ps1
create mode 100755 public/bower_components/bootstrap/nuget/bootstrap.less.nuspec
create mode 100755 public/bower_components/bootstrap/nuget/bootstrap.nuspec
(limited to 'public/bower_components/bootstrap/nuget')
diff --git a/public/bower_components/bootstrap/nuget/MyGet.ps1 b/public/bower_components/bootstrap/nuget/MyGet.ps1
new file mode 100755
index 0000000..417d33d
--- /dev/null
+++ b/public/bower_components/bootstrap/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
diff --git a/public/bower_components/bootstrap/nuget/bootstrap.less.nuspec b/public/bower_components/bootstrap/nuget/bootstrap.less.nuspec
new file mode 100755
index 0000000..c72d9ee
--- /dev/null
+++ b/public/bower_components/bootstrap/nuget/bootstrap.less.nuspec
@@ -0,0 +1,28 @@
+
+
+
+ bootstrap.less
+ 3.3.7
+ Bootstrap Less
+ 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 Less. 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 2016
+ false
+
+
+
+ css js less mobile-first responsive front-end framework web
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/public/bower_components/bootstrap/nuget/bootstrap.nuspec b/public/bower_components/bootstrap/nuget/bootstrap.nuspec
new file mode 100755
index 0000000..aa0db01
--- /dev/null
+++ b/public/bower_components/bootstrap/nuget/bootstrap.nuspec
@@ -0,0 +1,28 @@
+
+
+
+ bootstrap
+ 3.3.7
+ 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 2016
+ false
+
+
+
+ css js less mobile-first responsive front-end framework web
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3