Closed (fixed)
Project:
Respond.js
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2011 at 17:07 UTC
Updated:
12 Dec 2011 at 05:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
clutherhere ya go. Code modeled after drush implementation of rdfx. Having problems getting it to execute on my box.
Comment #2
clutherwhoops - forget to set to needs review.
Comment #3
ruplThanks, this is a great start! I made a few changes to produce the attached patch:
respondjs_get_library_path()always assumes the library has been downloaded so it was delivering false positives.This seems to work great on my local but I'd like confirmation from someone else. Just a note, I initially had problems due to an old version of wget. I had to upgrade to 1.12 because 1.9 didn't have
--no-check-certificate.To test, I ran the command twice. Once when Libraries was disabled and then again with it enabled. When those were successful, I tried enabling the respondjs module two more times, again with Libraries disabled and then enabled.
Comment #4
ruplCommitted to 7.x-1.x - 534d568 and 794438e