Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quickly output static version for sharing prototypes? #138

Closed
andyinabox opened this issue Feb 10, 2016 · 2 comments
Closed

Quickly output static version for sharing prototypes? #138

andyinabox opened this issue Feb 10, 2016 · 2 comments

Comments

@andyinabox
Copy link

Ok, I'm really enjoying working with budo, but here's a common scenario I am encountering:

  1. Get jammin' in no time with budo.
  2. After some playing around I land on something interesting that I want to share.
  3. 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?

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.

@yoshuawuyts
Copy link
Collaborator

I think this is related to #60 - we def want to improve this

@andyinabox
Copy link
Author

Ah yes, @yoshuawuyts is correct, #60 pretty much covers what I'm talking about here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants