Closed KevinJump closed 7 years ago
Hi @KevinJump
Thanks for the PR's .. I will take a look at them soon, probably before or around release of Umbraco v.7.6.0
I have already considered adding a NuGet package using the Umbraco grunt package https://www.npmjs.com/package/grunt-umbraco-package
something like done here https://github.com/markwemekamp/RankOne-Umbraco-SEO-Tool/blob/master/Gruntfile.js
or like described in this post http://24days.in/umbraco-cms/2015/grunt-all-the-things!/
It would be great to build the Umbraco (.zip) package and NuGet package in one step 👍
@KevinJump Once again thanks for the PR. I have manually added the file in the latest commits with some other changes to build to Umbraco package and NuGet package.
https://github.com/bjarnef/Switcher/blob/master/package.nuspec
Adds a .nuspec file and compiled nuget package.
to build run
nuget pack Our.Umbraco.Switcher.nuspec
you will need a copy of nuget.exe somewhere.