I'm using a custom version of steal that I worked with Justin on to
fix IE8 bugs. It's based off of 0.5.
The project builds, but fails because it's looking for
/dist/bundles/ucp2/ucp2.js as our main when the steal build task
builds the project to /dist/bundles/ucp2.js
This worked in 0.4
If I modify the production loader to point at
data-main="ucp2" instead of ucp2/ucp2 which is what it was,
then it successfully loads /dist/bundles/ucp2.js but then tried to
load /ucp2.js which doesn't exist.
What has changed since 0.4 of steal to cause this?
I can post my Grunt config and stealconfig if that will help.