1

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?

2 Answers 2

1

You may take a look at RazorJs. It also has a NuGet package available.

Sign up to request clarification or add additional context in comments.

Comments

0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.