How to create multiple output paths in Webpack config

Does anyone know how to create multiple output paths in a webpack.config.js file? I’m using bootstrap-sass which comes with a few different font files, etc. For webpack to process these i’ve included file-loader which is working correctly, however the files it outputs are being saved to the output path i specified for the rest of … Read more

What is ‘YTowOnt9’?

Our (PHP) framework sometimes renders hidden inputs with value YTowOnt9. I can’t find that string anywhere in the (huge) codebase, and can’t figure out where it came from. I decided to Google for that particular string, and the result surprised me. Over half a million – kind of random – hits. I haven’t found any … Read more