primocms / builder

MIT License
11 stars 31 forks source link

Fix object keys names #11

Closed anothergituser closed 1 year ago

anothergituser commented 1 year ago

Hello,

Prior to change, downloading the sites files would not work and the generated zip file would be empty.

Also, if you can please shed some light on how to link this project to the primo project. What i managed to do is clone the builder repo and add it to the primo project using npm install --save ../builder but for each change i need to run npm run build, surely there's a better way.

Thanks again

anothergituser commented 1 year ago

To kind of answer my own question

First cd to the builder project and run npm run package-watch then run npm run dev in primo project

mateomorris commented 1 year ago

Hey there - looks like you're including the 'dist' folder. Mind removing that so I can merge this? Thanks!

anothergituser commented 1 year ago

I'll close this one since i had no idea that further commits on my part in this repo would be included in the original pull request that only included file src/lib/views/modal/Deploy.svelte