StarterSquad / ngseed

167 stars 48 forks source link

rename js/bootstrap.js to js/main.js #9

Closed julesbou closed 10 years ago

julesbou commented 10 years ago

Not sure, why we need both js/bootstrap.js and js/main.js sperately, am i missing something?

dmitryevseev commented 10 years ago

Previously that was required to distinguish cases of app bootstrap in test mode or in a live app, as tests use different config. Not sure why it works as it is now, maybe one of karma updates fixed it or requirejs.