I am using sharelatex to prepare a paper for submission to JASA. I got the paper looking nice using the LuaLaTeX compiler with very little warnings. However, I noticed on their submission guidelines that the authors have to submit a single .tex file:
Note: JASA submission guidelines require that you submit a single TEX file. Therefore, if using BibTEX, when you finally submit your paper to the Journal, you must incorporate your bibliography directly in your TEX document. Using a text editor, replace the \bibliography statement with the contents of the generated .bbl file.
I have seen how to do this using Latex compiler or pdflatex compiler. However, when I try to compile my document with this I get numerous errors. My question is: is there a way of generating the .bbl file using LuaLatex? I am using MS Windows and also have access to a working GNU box.


.bblfile, it'sbibtex. But ShareLaTeX runsbibtexfor you automatically. It's not entirely clear to me what you've tried. If it worked before you replaced\bibliography{..}with the contents of the.bbl, it should work after as well. Or have you not been able to get the.bblfile from ShareLaTeX? – Torbjørn T. Jun 20 '17 at 11:31