Relative Content

Tag Archive for node.jsparceljs

Parcel relative path for HTML includes

– projectFolder |-src |- index.html |- nav.html |- aboutUs |- index.html |- images |- logo.svg Above you can see my project structure which I use to finally bundle it all using Parcel.js I’m using posthtml-include plugin to insert nav.html into index.html nav.html file also uses image ./images/logo.svg It all works fine. But I also want […]

Parcel relative parh for HTML includes

– projectFolder |-src |- index.html |- nav.html |- aboutUs |- index.html |- images |- logo.svg Above you can see my project structure which I use to finally bundle it all using Parcel.js I’m using posthtml-include plugin to insert nav.html into index.html nav.html file also uses image ./images/logo.svg It all works fine. But I also want […]