aurelia / bundler

A library for bundling JavaScript, HTML and CSS for use with SystemJS.
MIT License
37 stars 25 forks source link

Find the oldest version of node that bundler supports #61

Closed ahmedshuhel closed 8 years ago

ahmedshuhel commented 8 years ago

Reference issue #59

EisenbergEffect commented 8 years ago

Have we determined this yet? I'd like to support 4.x and up.

ahmedshuhel commented 8 years ago

Works on 4.x and up. But, we have to determine if it works on 6.x. We have an issue for that here Latest version should work on 6.x though. There was an issue in systemjs-builder and I believe that is fixed already.

EisenbergEffect commented 8 years ago

Ok, please close this issue once it's all resolved. Thanks!

riddla commented 8 years ago

I can confirm it works on OS X version 10.11.4 (15E65) with two node versions:

> node -v
v4.4.4
> npm ls aurelia-bundler
aurelia-bundler@0.3.2
> gulp bundle
Finished 'bundle' ✓
> node -v
v6.2.0
> npm ls aurelia-bundler
aurelia-bundler@0.3.2
> gulp bundle
Finished 'bundle' ✓
ahmedshuhel commented 8 years ago

@riddla Thanks. I have done the same with docker and found no problem. Works great with node 6.2.0.