fix(webpack): correct relative base url to work inside a folder

This commit is contained in:
nixa 2016-05-20 18:03:29 +03:00
parent 4ce58eafcb
commit 525d3444fe
2 changed files with 3 additions and 2 deletions

View file

@ -20,7 +20,7 @@ $large-card-height: 974px;
$default-animation-duration: 0.2s;
$default-animation-style: ease-out;
$assets-root: '../assets/';
$assets-root: 'assets/';
$images-root: $assets-root + 'img/';
$fonts-root: $assets-root + 'fonts/';
$font-thin: 100;