Does anyone use config files for javascript?

Posted by Ek0nomik on Stack Overflow See other posts from Stack Overflow or by Ek0nomik
Published on 2010-05-05T18:35:13Z Indexed on 2010/05/05 18:38 UTC
Read the original article Hit count: 244

Filed under:
|
|

We have javascript files that are environment specific, and so I was thinking of going down the path of creating a generic way to read in an XML (config) file to store different environment specific settings. I was curious to know if anybody else on here does that (or if not, is there a reason why you don't)?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about configuration