Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

building steal config key broken

$
0
0
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:

  1. 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:

  1. 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?

Viewing all articles
Browse latest Browse all 3491

Trending Articles