Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hello,
I am developing custom addon which consists of custom property editor.
Editor will be used from code as editor hint.
It should be delivered as nuget package.
However I am not sure how to properly do it.
There are essentialy two ways.
1. Create episerver package, but after installation such package is not referenced in a project and programmmers will have to add it from modules repository. Which seems to be bad idea for me.
2. Create nuget package for visual studio. In that case reference to my code is added correctly and everything is ok, however the project get's all the client side files (.css and javascript) also. Which is also not good.
So I'd like to ask how should we package such addon?
So i would like to ask, what is the propewr way of doing this?