Ircam-RnD / binauralFIR

Binaural module for the Web Audio API
https://ircam-rnd.github.io/binauralFIR/
BSD 3-Clause "New" or "Revised" License
145 stars 16 forks source link

es6ify not in dependancies list #3

Open josephg opened 9 years ago

josephg commented 9 years ago

If you run npm run-script bundle after npm install, it fails because es6ify is not installed:

$ npm run-script bundle

> binauralfir@0.1.0 bundle /Users/josephg/src/binauralFIR
> browserify binaural-fir.es6.js > binaural-fir.js -s 'BinauralFIR' -d -t es6ify

Error: Cannot find module 'es6ify' from '/Users/josephg/src/binauralFIR'

es6ify should probably be added to the devDependancies in package.json.

ouhouhsami commented 9 years ago

You are right, also, we currently try to use babel, so, like #2 ... we are "in progress" - stay tuned

josephg commented 9 years ago

:+1: I know the feeling - looking forward to it.