adamrenklint / bap

A toolkit for making beats and composing sequences with Javascript and Web Audio
MIT License
115 stars 6 forks source link

bundle.js is not on Github #58

Closed benoitwimart closed 6 years ago

benoitwimart commented 6 years ago

Hi,

To make examples works I added this file in /examples. http://examples.bapjs.org/bundle.js

adamrenklint commented 6 years ago

bundle.js for the examples is a generated file, so it shouldn't be committed to version control. It is always generated fresh when you run npm start (https://github.com/adamrenklint/bap/blob/master/package.json#L83), with https://github.com/adamrenklint/bap/blob/master/examples/main.js as the bundle entry point.

benoitwimart commented 6 years ago

I work the old way : ) download the zip, unzip and launch a web server…