Something really weird just started happening and I can't figure out
why it's behaving like this.
I had gotten the new steal to work on an old experimental branch. I
can compile and load the production version of our site.
The important line is the following:
- System.define('@config','(function () { .....
I re-traced my steps on an actual current version of our code to
get it ready for launch.The above line now compiles to this:
- define("stealconfig.js",function(){ ....
This doesn't work and the production version doesn't
load. If I change it to @config it works as expected.
I checked the version of steal and steal-tools and they are the
same between the two installations.
Any ideas?