jspm / demo-es6

Demonstration of the jspm loader and CLI workflow for ES6 modules
40 stars 10 forks source link

jspm setmode production not working? #1

Closed OliverJAsh closed 10 years ago

OliverJAsh commented 10 years ago

When I run jspm setmode production, I expect that the files will be loaded from the app-build folder instead of app. However this is not happening – they are still being loaded from app. Should I also be seeing the baseURL change in config.js? This is not happening either.

guybedford commented 10 years ago

I'm working on updating this repo right now to make this all work again... give me 20 mins!

OliverJAsh commented 10 years ago

Nice one! :smile: Thanks.

guybedford commented 10 years ago

Ok I've just released jspm CLI 0.6.0 and the update to this demo.

Any bugs please let me know!