Search code examples
asp.net-mvcglobalization

How can i compile the js file in asp.net mvc or asp.net?


Is it possible to compile the js file in asp.net or asp.net mvc like to support server side variables for example globalization or any other variables?


Solution

  • Spark View Engine supports this and actually works very well for this.

    It allows you to use ~/ in your resource files URLs and translates it to the site root.

    http://sparkviewengine.com/

    Otherwise you could just write a Controller action that parses (and maybe compresses) those resource files for you. This can be made easy by using something like Packer.