FINRAOS / MSL

MSL (pronounced 'Missile') stands for Mock Service Layer. Our tools enable quick local deployment of your UI code on Node and mocking of your service layer for fast, targeted testing.
http://finraos.github.io/MSL/
Apache License 2.0
32 stars 24 forks source link

Create Grunt plugin for msl-server #75

Open kood1 opened 9 years ago

kood1 commented 9 years ago

Enable Grunt users to make grunt task to start up MSL Server via Grunt plugin

toberoo commented 8 years ago

I don't know if this still in the works but I cooked up https://github.com/toberoo/grunt-msl . It requires some changes so that msl can be launched from within other node projects: https://github.com/toberoo/MSL/commit/981b70af45bdca7c4df9a72c134de93fdeb3c4ec . Let me know what you think.

kood1 commented 8 years ago

Cool, thanks @toberoo. We will take a look.

toberoo commented 8 years ago

Looks like my stuff got merged in. Whenever it gets updated to npm, I can make the grunt runner use the new entry point. Let me know if you have any questions.