Logs for #nikola for 2016-03-21

08:01:46 <[Tritium]> I have USE_BUNDLES set to True, and the bundles are created... however, the output directory is still full of javascript files.  is there a way to prevent the javascript from being copied?
08:27:46 <[Tritium]> find ../output -iname '*.js' -not -iname 'all*.js' -not -iname 'html5.js' -not -iname 'tipue*.js' -delete -print is kindof a workaround, but it will copy the files again next build
14:30:32 <ChrisWarrick> [Tritium]: unsupported. We base bundles on the output directory.