wontruefree has quit [Quit: bye]
_whitelogger has joined #amber
wontruefree has joined #amber
wontruefree has quit [Quit: bye]
vivus has joined #amber
wontruefree has joined #amber
wontruefree has quit [Client Quit]
wontruefree has joined #amber
vivus has quit [Quit: Leaving]
<
FromGitter>
<kolyaio> Hey, how do i use assets in my images directory via scss ?
<
FromGitter>
<kolyaio> in amber so webpack won’t complain ?
<
FromGitter>
<Blacksmoke16> did you try `./assets`?
wontruefree has quit [Quit: bye]
<
FromGitter>
<Blacksmoke16> maybe try the full path ?
<
FromGitter>
<kolyaio> Full path? do you mean /src/assets/images/transparent.jpg
<
FromGitter>
<kolyaio> Or shuld I just transfer the file to public ?
<
FromGitter>
<Blacksmoke16> i mean like `/Users/niko/code/blog/src/assets/images/transparent.jpg`
<
FromGitter>
<Blacksmoke16> or wait since stylesheets is in assets folder too, couldnt you just do like `./images/transparent.jpg`?
<
FromGitter>
<kolyaio> @Blacksmoke16 Well that didn’t work as expected it just added the whole path the css.
<
FromGitter>
<Blacksmoke16> hmm
<
FromGitter>
<kolyaio> yeah that’s weird