You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, I'm really enjoying working with budo, but here's a common scenario I am encountering:
Get jammin' in no time with budo.
After some playing around I land on something interesting that I want to share.
STOP and hack together a build process which inevitably feels way too cumbersome after jammin' with budo.
I'm thinking it would be great to be able to have a way to share a budo project quickly by spitting out a static site, which can then published using gh-pages or any other publishing tool. I sketched something out below, but I'm wondering if there's a better way to do this that would fit in with your development?
The goal is to make it really quick and easy, and avoid having to use grunt/gulp etc. but just run it through the "scripts" option in my project's "package.json" file.
The text was updated successfully, but these errors were encountered:
Ok, I'm really enjoying working with budo, but here's a common scenario I am encountering:
I'm thinking it would be great to be able to have a way to share a budo project quickly by spitting out a static site, which can then published using
gh-pages
or any other publishing tool. I sketched something out below, but I'm wondering if there's a better way to do this that would fit in with your development?https://github.com/andyinabox/budo-demo/
The goal is to make it really quick and easy, and avoid having to use grunt/gulp etc. but just run it through the "scripts" option in my project's "package.json" file.
The text was updated successfully, but these errors were encountered: