kalamuna / kalastatic

:electric_plug: Facilitate the front-end experience through Styleguides and Prototypes
41 stars 14 forks source link

Switch from KSS CLI API to KSS API #390

Closed RobLoach closed 7 years ago

RobLoach commented 7 years ago

Gives us more magical KSS goodness.

RobLoach commented 7 years ago

Rather than calling the kss binary, we're using their CLI API: https://github.com/kss-node/kss-node/blob/master/lib/cli.js#L31

Gives us some advantages, and ease of use. If we need anything more we can add it into KSS itself.