swimlane / angular1-systemjs-seed

AngularJS 1.x + SystemJS Seed
MIT License
210 stars 40 forks source link

Images transmitted as text/html #35

Closed zeeshanjan82 closed 9 years ago

zeeshanjan82 commented 9 years ago

I was trying to use images in the seed project and had put some images in the assets/images folder and referenced them in my view html page as: src="/assets/images/test.png" When I view my page in the browser I see a 404 error for the image as well as in the Network Tab for the Chrome I am finding out that its calling images with MIME Type : text/html I am not sure what the issue is screen shot 2015-05-13 at 1 35 44 pm

zeeshanjan82 commented 9 years ago

Had to put dist before. That fixed it!