If you go to the Developer section, expand the Packages node and right click on Created packages, you get the option to create a new package. Here you have to enter some information about your package, but one of the steps is also to add the files that should make up your package.
Convert "App_Plugins" folder into an Project/Package
Hi Our!
I made an simple but great datatype, that call's an specificated URL when the button is clicked.
I made it inside the Umbraco project, but how should i "Convert" it into an Package that can be installed in Umbraco?
I have already uploaded it on Github, so you can see the source code for the plugin :-)
https://github.com/AndersBrohus/AjaxButton
Hi Anders,
If you go to the Developer section, expand the Packages node and right click on Created packages, you get the option to create a new package. Here you have to enter some information about your package, but one of the steps is also to add the files that should make up your package.
For a more advanced approach, you can also have a look at an article I wrote last year about automating package creation using Grunt. It goes through the steps involved for generating both an Umbraco package as well as a NuGet package.
Thanks, Bjerner! :D
I will deffently look through it :-)
is working on a reply...