geosoft1/ssas

can add images

Closed this issue · 1 comments

sass is so far a great skeleton. I am fighting with something simple. I cannot get the to work. It just doesn't find the image file. How do I tell it the path to the image?

Figured it out - set another handler:
http.Handle("/static/", http.StripPrefix("/static/",
http.FileServer(http.Dir(filepath.Join(folder, "static")))))