css - Using WebStorm 10, how do I include image/font files within my current project? -


someone please me before take golf club monitors.

i know question sound absurdly easy most, life of me cannot include image file (or other outside file) in webstorm 10 project directory. when copy image desktop ws environment, complaint file "is not included in current project" though destination folder shows image file imported. consequently, ws refuses cooperate src references when trying declare background image in stylesheet.

the jetbrains guide conveniently skips point , seem person on internet question. please... treat ignorance band-aid , make sting quick one. missing?

if makes difference included bare bone css code used test imported files, said problem isn't in code- it's inability resolve resource.

@font-face {     font-family: "uppereastside",     src: url(\[project_name]\fonts\uppereastside.ttf); }  body {     background: url("\[project_name]\images\background.jpg"); } 


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -