112 Views
The popularity of client-side JavaScript development provides the opportunity to segregate client code from its server counterpart; this has always been the case with other languages, including Java and C#. The issues with separating your JavaScript client code from server side code starts with the easy aspect of maintaining a separate code repository and advances to more difficult tasks like building, deploying, and testing. This is where Lineman enters the picture by providing a vehicle for environment configuration, build automation, and testing.
0 comments