stealjs / steal-tools

Build easy. Load fast.

Home Page:https://stealjs.com/docs/steal-tools.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incorrect bundle path with steal-tools@1.11.1

phillipskevin opened this issue · comments

I ran into a bug running the canjs test suite with steal-tools@1.11.1. For some reason the path to can.js does not contain /global with the most recent patch. You can reproduce this by checkout out canjs#master, running npm run build && npm run build-tests, and then loading the test/production.html file in the browser.

With steal-tools@1.11.0:
image

With steal-tools@1.11.1:
image

This branch indeed makes the test pass again but I noticed with 1.11.0 (and with this branch) that one of the test throws the following error to the console

screen shot 2018-01-30 at 4 57 41 pm

which is the same error preventing the tests to run at all in 1.11.1, looking into that.

@m-mujica do you think that error is related? I assume it has always been that way. Thanks for pointing it out, either way.