Skip to content

Commit

Permalink
Change path to minified file
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Nov 6, 2020
1 parent e71d4c8 commit 3fdb592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lazy-images/src/lazy-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ public function enqueue_assets() {
);
wp_enqueue_script(
'jetpack-lazy-images',
Assets::get_file_url_for_environment( 'js/lazy-images.min.js', 'js/lazy-images.js', __FILE__ ),
Assets::get_file_url_for_environment( '../dist/lazy-images.min.js', 'js/lazy-images.js', __FILE__ ),
array( 'jetpack-lazy-images-polyfill-intersectionobserver' ),
self::ASSETS_VERSION,
true
Expand Down

0 comments on commit 3fdb592

Please sign in to comment.