Hello,
I had a few JavaScript files encoded in UTF-8 with BOM and I tried to run buildjs to minify the files but some error parsing messages showed up.
Then I changed the encoding to UTF-8 without BOM and everything works now.
Is this going to be easy thing to fix in steal? Thanks a lot!