Underscore 1.5.2.3 The js.Underscore module contains the Underscore.js and related script libraries.

A common location for Underscore.js and related script libraries for Orchard Project.

This module defines a script manifest for Underscore Library with name "Underscore". You can include Underscore script inside your Razor views using: Script.Require("Underscore")

Underscore module will automatically insert your Underscore.js script in every page. You can disable this bevavior and include underscore on demand (using Script.Require("Underscore) inside your theme/view) by unchecking Auto Enable at underscore module settings.