aws / aws-sdk-mobile-analytics-js

Amazon Mobile Analytics JavaScript SDK
Apache License 2.0
82 stars 38 forks source link

Refactor and streamline grunt tasks? #17

Closed TDA closed 6 years ago

TDA commented 7 years ago

Currently, we have all our tasks loaded in a hardcoded way, and moving our tasks to separate files inside a folder like grunt-tasks will not only allow more control over the individual tasks, but also allow us to load all the tasks without explicitly hardcoding them.

Willing to put in a PR if this idea sounds good. @isuttle @cheruvian

cheruvian commented 7 years ago

Sounds reasonable, I'm happy to look over any PR you submit.