USGS-WiM / WLERA

Western Lake Erie Restoration Assessment
http://glcwra.wim.usgs.gov/WLERA/
Other
2 stars 5 forks source link

Cannot get themify icons to come through on build #56

Closed BlakeDraper closed 8 years ago

BlakeDraper commented 8 years ago

Some kind of path issue. ACK!

ack

HansVraga commented 8 years ago

I haven't seen a Cathy cartoon in years, this must be serious.

Hans Vraga WiM Project Manager 12201 Sunrise Valley Dr. 5A118 Reston, VA 20192 office: 703-648-5670 cell: 571-524-1070

On Fri, Dec 4, 2015 at 2:58 PM, BlakeDraper notifications@github.com wrote:

Some kind of path issue. Aack. [image: ack] https://cloud.githubusercontent.com/assets/6978380/11602434/d268422a-9a9f-11e5-81a5-9e893a0a1df0.jpg

— Reply to this email directly or view it on GitHub https://github.com/USGS-WiM/WLERA/issues/56.

BlakeDraper commented 8 years ago

Fixed with PR #58. Evidently, gulp requires a convention where the fonts sit in a folder that is parallel to a folder containing the css file. Themify by default had its css file at the root of the package, so the relative path gulp build was expecting was screwed up. That means you need to have a structure like this: package root folder>fonts>{font files} and package root folder>css>{css file}

as opposed to this:

package root folder>fonts>{font files} and package root folder>{css file} (note that here, the css file is at the root. this will not work.)