MiddlemanExtension 3.0.7

dotnet add package MiddlemanExtension --version 3.0.7
NuGet\Install-Package MiddlemanExtension -Version 3.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MiddlemanExtension" Version="3.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MiddlemanExtension --version 3.0.7
#r "nuget: MiddlemanExtension, 3.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MiddlemanExtension as a Cake Addin
#addin nuget:?package=MiddlemanExtension&version=3.0.7

// Install MiddlemanExtension as a Cake Tool
#tool nuget:?package=MiddlemanExtension&version=3.0.7

Middleman Site Extension

The Middleman Site Extension adds support for Middleman to Azure Web App.

Install

  1. Create an Azure Web App
  2. Set an App Setting for SCM_COMMAND_IDLE_TIMEOUT to 600
  3. Install the Middleman Site Extension

Note: This site extension downloads ruby and devkit so the installation takes longer than the portal timeout, so you may see an error in the portal, however the installation should complete. Be Patient.

That's it! Just hook up your GitHub Account or Push a local Git Repo with your Middleman site.

You can optionally set an Application-Setting in your Azure Web App to run a script before and / or after running the Middleman Build-Task:

  • PRE_DEPLOYMENT_ACTION - Command is called before Middleman Build-Task
  • POST_DEPLOYMENT_ACTION - Command is called after Middleman Build-Task
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.7 1,056 7/5/2018
0.0.5 928 7/5/2018
0.0.4 902 7/5/2018
0.0.3 951 7/5/2018
0.0.2 925 7/4/2018
0.0.1 891 7/4/2018