cdowdy / boltresponsiveimages

Responsive Image Extension for Bolt CMS. Using picturefill and img srcset
MIT License
12 stars 5 forks source link

Picturefill URL 404's #9

Closed cdowdy closed 8 years ago

cdowdy commented 8 years ago

picturefill set to true in the config and it gives a not found error in the console.

I DONE GOOFED and gave the wrong URL path.

path given is:

https://example.com/extensions/vendor/cdowdy/boltresponsiveimages/js/picturefill/3.0.2/picturefill.min.js

js/picturefill doesn't exist because the file is actually located in

/vendor/cdowdy/boltresponsiveimages/web/picturefill/3.0.2/picturefill.min.js

so I'm a dunce :)