I'm starting to develop applications in Meteor and I've some questions about Build System.
Is it possible create my own build tasks as in gulp and grunt ?
I've tried to use Meteor Build System, but It was deprecated in Meteor 1.2 (July 2015).
Reference: https://github.com/meteor/meteor/wiki/CompileStep-API-for-Build-Plugin-Source-Handlers
For example:
gulp start-android
gulp publish --env (beta|stable)
gulp docs