Closed (fixed)
Project:
Navbar
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2013 at 16:14 UTC
Updated:
31 Jan 2014 at 10:30 UTC
Jump to comment: Most recent
Comments
Comment #1
ar-jan commentedIt looks like we can just use modernizr.js instead of modernizr.min.js. If correct this should be changed on the project page (and docs).
Comment #2
theohawse commentedWhere can I get this file from? The modernizr site doesn't have a permalink for drush make to grab the file...
Comment #3
theohawse commentedOh hmm, nvm I think I figure it out, how does this look?
Comment #4
ar-jan commentedThat gives you a 1.4 MB folder though, while you only need a 3.5 KB file. I put the preconfigured js file in a bitbucket repository for my make files.
Comment #5
hass commentedSee project home, please.
Comment #6
ar-jan commentedCan you clarify then: the project homepage says "so the modernizr file can be found at sites/all/libraries/modernizr/modernizr.min.js". If you do this, you get "Warning: file_get_contents(sites/all/libraries/modernizr/modernizr.js): failed to open stream: No such file or directory in _locale_parse_js_file() (line 1488 of includes/locale.inc)."
So it looks like those instructions should be changed to "so the modernizr file can be found at sites/all/libraries/modernizr/modernizr.js".
Comment #8
ar-jan commentedSorry but the issue was not adressed. The project page still reads "The file should be named modernizr.min.js", which gives a warning. It seems the filename should be modernizr.js.
Comment #9
markbannister commentedGetting log messages along the same lines modernizr.min.js page not found. Installed in Commons libraries (profiles/commons/libraries/modernizr/). File modernizr.js exists but not modernizer.min.js
Comment #10
markbannister commentedLatest release and following release notes solved this for me, 7.x.3.1
http://drupal.org/node/2172847
Comment #11
wim leersIndeed, this is fixed now.