Questions tagged [budo]

A dev server for rapid prototyping

This is a browserify development server inspired by beefy and wzrd, but specifically focused on incremental reloading, LiveReload integration (including CSS injection), and other high-level features.

To install:

npm install budo -g
7 questions
1
vote
0 answers

Going from a budo local server setup to deployment on google cloud app engine

I trying to deploy a website which works flawlessly on my local Budo server. I'm trying to deploy it to Google App Engine, but I don't have enough knowledge about node.js and package.json to specify the configurations to run my website on App…
1
vote
1 answer

Get Budo to save the generated output bundle

I'm using Budo to develop a website using Browserify and Babelify like this: budo src/index.js:static/bundle.js --live -- -t [ babelify --presets [ es2015 ] ] That works great, except the generated static/bundle.js isn't actually saved to disk -…
Steve Bennett
  • 114,604
  • 39
  • 168
  • 219
0
votes
0 answers

How to deploy a budo/browserify project's build to GitHub Pages?

I want to deploy a clone of this Virtual Art Gallery project to GitHub Pages. However, I'm only able to deploy the base html site rather than the build site which shows a 404 page on GitHub. Steps I've taken: Created a GitHub Pages site at…
nr1
  • 93
  • 10
0
votes
1 answer

How do I run this aframe boilerplate code locally with https instead of http?

I'm a newbie so sorry if this is a stupid question. I was trying to setup this a-frame boilerplate code. https://github.com/aframevr/aframe-boilerplate This is the instructions given. To serve the site from a simple Node development server: npm…
enzio902
  • 457
  • 6
  • 14
0
votes
1 answer

Expressing Vue dependencies w/Browserify & CommonJS

I am experimenting with Vue and would like to develop a node app with my usual setup which uses budo(browserify + watchify). ./index.html:
{{ message }}