Я использую gulp и я сбит с толку тем, что после сборки все мои пути неверны.
Например:
SRC :
pages -> home.html, buy.html (src="../assets/img/test/test.png" used to get all images)
partials -> navigation.html, footer.html
assets -> js,scss,img folders
layouts -> layout.html
После сборки:
DIST :
assets -> js,css,img folders
home.html (with ../assets.... url's) - dont work, wrong path
buy.html (with ../assets.... url's) - dont work, wrong path