Closed (won't fix)
Project:
Navbar
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2013 at 21:03 UTC
Updated:
21 Oct 2014 at 18:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
devin carlson commentedThis should definitely be documented, but in the mean time:
hook_libraries_info()implementation) to grab a preconfigured version of Modernizr: http://modernizr.com/download/#-inputtypes-svg-touch-cssclasses-addtest-...modernizr.min.jssites/all/libraries/modernizr(or a site specific folder as required), so the modernizr file can be found atsites/all/libraries/modernizr/modernizr.min.jsComment #2
jessebeach commentedI added these instructions to the project page. Thanks!
Comment #3
theohawse commentedThis is all fine and dandy... but I see no way to get a hardlink to the custom modernizr build..
I need to put the new library in my drush make file, but there's no link to use?
Cant keep manually adding the file every time I build a new platform.
Comment #4
wim leersThis issue is closed. That link was only broken recently. Please see #2158743: Preconfigured Modernizr download link broken; precise instructions missing.
Comment #5
realityloop commentedI've created a repo that you can reference here:
https://github.com/BrianGilbert/modernizer-navbar
Drush make config to grab the correct version (2.7.1 with minified js version) is:
libraries[modernizr][download][type] = git
libraries[modernizr][download][url] = https://github.com/BrianGilbert/modernizer-navbar.git
libraries[modernizr][download][revision] = 5b89d9225320e88588f1cdc43b8b1e373fa4c60f
Comment #6
tomdavidson commentedCan we just include modernizer module as a dependancy? It has a drush file to install the correct library
https://www.drupal.org/project/modernizr
http://cgit.drupalcode.org/modernizr/tree/drush/modernizr.drush.inc
Comment #7
tomdavidson commentedComment #8
tomdavidson commentedSorry if I am making a mess of things, I did not realize this issue was closed. It does not seem solved, for example, check out the related downstream issue in webkit that uses navbar.
Comment #9
tomdavidson commentedComment #10
hass commentedThis module does not required the modernizr module.