rawfan's avatar
Level 19

Stop Mix from generating license file

Mix recently started generating a license file called /js/app.js.LICENSE.txt. Is there any configuration option to prevent Mix from generating this file?

0 likes
4 replies
aakarim's avatar

Thanks I just fixed a huge bug with this. The problem isn't that it just extracts the comments to a different file, it's that it also inserts a comment into the top of the file. This means if you want to run eval() statements on the code produced by this it will simply crash with no error.

rawfan's avatar
Level 19

@sti3bas thanks! My Google skills were not powerful enough. :) Any idea what these files are for?

Please or to participate in this conversation.