sideshowcoder / canned

Server to respond with fake API responses, by using a directory of files for finding out what to say!
213 stars 46 forks source link

Allow to be used as grunt task #34

Closed jkjustjoshing closed 10 years ago

jkjustjoshing commented 10 years ago

Be able to configure and run this as a grunt task. Suggestion for future improvement.

sideshowcoder commented 10 years ago

That actually makes a lot of sense, if you want to take a stab at it go ahead! I'm not a heavy grunt user so not really sure what is needed. Can you elaborate maybe?

jkjustjoshing commented 10 years ago

Looking into whether a separate "grunt-canned" package/repo would make more sense than adding the functionality directly to the library - StackOverflow question

sideshowcoder commented 10 years ago

Like I said I'm not a heavy grunt user but I think since canned is a testing tool and most likely not a production dependency it actually makes sense to build something like this in. But let's see what Stackoverflow says ;-)

jkjustjoshing commented 10 years ago

It seems that making a separate grunt-canned repository/project would make the most sense. I have a bit much on my plate at the moment, so I'll leave the ticket open in case someone else wants to take a stab at this. If I end up creating anything I'll comment here.

sideshowcoder commented 10 years ago

Cool thanks for figuring this out!

sideshowcoder commented 10 years ago

Since this has actually been implemented I think we can close this, thanks again @jkjustjoshing :+1: