aurelia / bundler

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

/dist/dist/aurelia.js not found #100

Closed tonybravano closed 8 years ago

tonybravano commented 8 years ago

Hi, After successfully bundling the app, I get http://localhost/bg/dist/dist/aurelia.js not found. Its the dist/dist part, how it can be fixed? I can't see where it is referenced..

doktordirk commented 8 years ago

Config.js? Anyways, have ref:true in your Bundle.js. maybe set it to false

ahmedshuhel commented 8 years ago

@tonybravano Could you check the baseURL of SystemJS in config.js file. I think something is wrong there. The request by the way comes from SystemJS and it uses bundle injection of config.js. You will find a bundle key in the config.js file. See if that does have the "correct" module path. Normally it should be relative to baseURL

EisenbergEffect commented 8 years ago

Closing this since it's a config issue and no response from the OP in several months.