solidusjs / solidus

A simple server that generates pages from JSON and Templates
MIT License
28 stars 7 forks source link

Remove bundled preprocessor libs and unused deps, update Underscore #143

Closed pushred closed 7 years ago

pushred commented 7 years ago

Just some quick dependency housecleaning, including the removal of bundled dependencies that was a bad idea from the beginning. I'd go further but there's really an elephant in the room with express 4.x which we'll probably need to address as part of #140. A lingering ancient dependency is Raven, which is now up to 3.x. But this will require more testing than I have time for today.

Underscore is bumped slightly to align with solidus-client.

pushred commented 7 years ago

I setup CircleCI to make review easier, ideally I'd like to run tests in both node 0.12 and 4.x which is possible with their parallelism feature and generous 3 container allotment to open source projects. But our account is in a weird place due to the sparkartgroup GitHub org rename, reached out to support to address that later.

pushred commented 7 years ago

An update on the above: parallelism is in full effect 💯