|
|
|
|
|
by Groxx
4970 days ago
|
|
Why is it harder? Concatenating the files is literally all that's necessary, as long as you build them intelligently: (function() { /* your code */})()
I'd argue that's significantly easier than most languages. But still - this can easily be a single bash line in your deploy script, or you can run `make` before copying the files over FTP. It's not easy, it's trivial. |
|
Things like "as long as you build them intelligently", "bash", and "deploy script".