chrishasz / spgo

SPGo: A Lightweight, Open Source, SharePoint IDE for Visual Studio Code
https://www.chrishasz.com/spgo
MIT License
60 stars 11 forks source link

Question #120

Closed hasankoroglu closed 4 years ago

hasankoroglu commented 4 years ago

Hi,

i'm working with webpack env. every time i bundled the js package i have to publish bundle.js with shift+alt+p combination.

is there any easy way to publish bundle.js automatically after bundling.

Thanks for this great tool.

chrishasz commented 4 years ago

Hello @hasankoroglu!

SPGo does not support a native method for automated publishing on minify, but there is a good solution for this scenario that involves setting up automated deployment scripts which integrate directly into VSCode.

Check out the link here. This blog post was written by the same person who authored the libraries I use behind the scenes in SPGo.

Hope this helps!

hasankoroglu commented 4 years ago

Thank you very much, spgo saving our lives everyday :)