The underscore.js dependency is not mentioned since becoming part of the requirements in recent alpha commits.

Additionally, underscore.js is not d.o. whitelisted, nor is there an issue requesting it be added to the packaging whitelist.
-- http://drupal.org/project/issues/drupalorg_whitelist?text=underscore

Comments

Chi’s picture

Additionally, underscore.js is not d.o. whitelisted, nor is there an issue requesting it be added to the packaging whitelist.

#1553624: Add underscore.js

hass’s picture

Category: task » bug
Priority: Normal » Critical

Install this module is really nightmare. Without reviewing code this is not possible. The messages on status page also don't help anything where the files need to be installed, where they need to be downloaded, etc.

hass’s picture

Component: Documentation » Code
xpersonas’s picture

Subscribe...

DamienMcKenna’s picture

Title: Project page should be updated to include underscore.js dependency » Project page needs to be updated to include underscore.js dependency
Component: Code » Documentation

This is a bug in the documentation present on the project page, not a code bug.

jessebeach’s picture

Issue summary: View changes
Issue tags: +rc-blocker
othermachines’s picture

Status: Active » Needs review

Can we get this done? Would've been a help to me. Here's the text, below. I just appended instructions for the underscore dependency to the bottom of the existing Modernizr text. Thanks!

** Edit: Let's add instructions for Backbone while we're at it.
** Edit: Minified files will never load. Suggest putting this on hold until this issue is resolved: Issue #2155461: Issues with version and variants (full vs min) when loading libraries
-----------------------------

Modernizr

You will need a build of Modernzr in your libraries directory for this module. Follow the steps below to create this build.

(from Devin Carlson in #2119945)

  1. Grab a preconfigured version of Modernizr
  2. Rename the resulting file to modernizr.min.js modernizer.js
  3. Place the file in sites/all/libraries/modernizr (or a site specific folder as required), so the modernizr file can be found at sites/all/libraries/modernizr/modernizr.min.js sites/all/libraries/modernizr/modernizr.js

Backbone

  1. Download backbone.js or backbone-min.js from GitHub.
  2. Place the file in sites/all/libraries/backbone (or a site specific folder as required).

Underscore

  1. Download underscore.js or underscore-min.js from GitHub.
  2. Place the file in sites/all/libraries/underscore (or a site specific folder as required).
saltednut’s picture

+1

jessebeach’s picture

Status: Needs review » Fixed

Updated. Thanks for the text othermachines!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.