So I've just created a plugin for wintersmith, aimed at utilising my bower_components
or node_modules
directory from outside
my contents directory. Really though, you could use any directory as an additional source of content for wintersmiths content tree
.
At first I was just putting bower_components
directly inside my project/src/contents/assets/vendor/
and while this might be tenable for bower, it wasn't clean, you might come up with other reasons.
In your configuration file, describe the path you wish to mount external content at :
Now, any content inside ./bower_components
will be available in your templates,
javascript or stylesheets under /assets/vendor/
Feel free to submit bug reports, pull requests over at http://github.com/airtonix/wintersmith-mounter