The bower_components directory is excluded in the _config.yml, because of this we have to copy the bower_components into the built site when jekyll build finishes, hence the jekyll serve is rendered unusable. We need a Gulp task that watches the files and runs jekyll build first then copies the bower_components directory to the generated site.
The
bower_componentsdirectory is excluded in the_config.yml, because of this we have to copy thebower_componentsinto the built site whenjekyll buildfinishes, hence thejekyll serveis rendered unusable. We need a Gulp task that watches the files and runsjekyll buildfirst then copies thebower_componentsdirectory to the generated site.