Error: Warning: file_get_contents(sites/all/libraries/storelocator/js/store-locator.compiled.js)

I've cloned the repo from: https://github.com/googlemaps/js-store-locator as the project page's link lead me to.

In the /js folder, this file is missing. Please advise on how to work around - thanks!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nimzie created an issue. See original summary.

rodrigoeg’s picture

This Javascript file is now located in dist/store-locator.min.js
The dev version of the module was changed to reflect this change: http://cgit.drupalcode.org/google_store_locator/commit/?id=7567ed51094a0...
To have it working on version 7.x-1.1, you can apply this patch on your module or move the file from js/store-locator.compiled.js to dist/store-locator.min.js

rodrigoeg’s picture

Status: Active » Needs review
FileSize
1.08 KB

I created a patch to maintain the compatibility with older version of the libary.

  • rodrigoeg committed e4ada36 on 7.x-1.x
    Issue #2679481 by rodrigoeg: Cannot Find Locator Compiled file?
    
rodrigoeg’s picture

Status: Needs review » Fixed

Patch applied in branch 7.x-1.x

Status: Fixed » Closed (fixed)

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