fmal/gulp-inline-source

Resources not loaded in mode inline

EdvaldoLima opened this issue · 0 comments

To the code:

#app{
    background-image: url('../img/background.jpg');
}

The image background is not found, to work:

#app{
    background-image: url('img/background.jpg');
}

To solved the problem remove ../