Andrew Kilburn
Andrew Kilburn

Reputation: 2251

VS 2015 - How to generate a references.js file?

So I deleted my references.js file and I was wondering how to automatically create one via VS.

How can I do this?

Upvotes: 1

Views: 727

Answers (1)

Mathew
Mathew

Reputation: 4717

You can manually create it with the correct name (_references.js), then right-click the file and select Update Javascript references.

This file must (by default) be located in a folder at the root called /scripts/.

You can change the location, see this article for instructions how and the backstory on _references.js

Upvotes: 6

Related Questions