by wickchuck on 3/6/15, 12:03 AM with 0 comments
The scenario I'm up against is that we don't use a mainstream language, so no tooling really exists. I'm trying to bolt on a solution(think asset pipeline) and seemed like Gulp would fit the bill. I'm able to get Gulp to do what I want I'm just not that pleased with the amount of steps needed to get to that point and the pain associated with moving/deleting projects.
What I'm wondering if there is a way to take your current gulp build process and convert it to a binary, or compile it to a single .js file that you could script against? Or if there are binaries out there that can do this sort of thing. My starting point with this was the gulp-webapp template.
Any ideas, thoughts, would be awesome!