AstroDigital / libra

An open-source Landsat-8 imagery browser.
http://libra.developmentseed.org/
BSD 3-Clause "New" or "Revised" License
83 stars 27 forks source link

Example band selection pictures not appearing #8

Closed drewbo closed 7 years ago

drewbo commented 9 years ago

Getting a 403 error screen shot 2015-03-05 at 6 48 12 pm

jflasher commented 9 years ago

I think this is the direction to fix the build issue with ng-src, I tried it but it's messing up the other images in the build. My regex-foo is failing.

https://github.com/yeoman/grunt-usemin/issues/497#issuecomment-75400354

stephanebachelier commented 9 years ago

Feel free to come back to me if you need help on usemin part.

jflasher commented 9 years ago

Thanks @stephanebachelier I think I figured out what's happening, but not sure why. I've included the regex in patterns at https://github.com/AstroDigital/libra/commit/3909a16a8cba39e3b317bdd5e5fd44c3473e8cef but when I run this, no other patterns are getting matched (though ng-src is matched). So none of the other js, css or images are getting caught and renamed. It looks like I am overriding the default patterns instead of adding to them. Am I missing something obvious? Thanks!