Closed marksmccann closed 5 years ago
It really bothers me how long and difficult to read getComilerTasks became. I realized we could probably break it out into multiple tasks to clean it up a bit.
getComilerTasks
getOutFile() {...} getSourceMap () {...} getTasks () { ... }
It really bothers me how long and difficult to read
getComilerTasks
became. I realized we could probably break it out into multiple tasks to clean it up a bit.