I had to use the static
datasource for Bower packages because Nanoc (filesystem_unified
datasource) does not allow multiple files with same filename and different extension.
But the static datasource treats each item as binary and does not allow me to apply filters
, so I can not apply a filter for .coffee files in order to compile to .js
Any suggestions?