alexei / sprintf.js

sprintf.js is a complete open source JavaScript sprintf implementation
BSD 3-Clause "New" or "Revised" License
2.11k stars 290 forks source link

Crash after minify js code #159

Closed gribkovartem closed 5 years ago

gribkovartem commented 6 years ago

I've getting an error after my budle has been created. I think there is a problem in the end of angular-sprintf.js because of missing semicolon.

screenshot_84 screenshot_85

fsmeier commented 5 years ago

Just faced the same problem. Is this repo still maintained @alexei ?

alexei commented 5 years ago

More or less. I don't intend to add any new features, but I'll take a look in the coming days at some of the bugs and see what I can do.

fsmeier commented 5 years ago

Thx for the fast answer. If you want to share responsibilities for this project I bet you will find a few people to help you with. but pls choose carefully. Not that we have another overtake of a commonly used package :/

alexei commented 5 years ago

Fixed