Meteor

Description

Task to process Meteor.

Installation

See: www.meteor.com/install.

Typescript task parameters

Attribute Description Value Required
cli the command line yes

Examples

/!\ meteor must be installed on the system and set up in the PATH.

<project name="meteor task"> 

  <taskdef name="meteor" 
     classname="net.sourceforge.ant4x.taskdefs.javascript.MeteorTask" 
     classpath="PATH/TO/ant4x.jar"/> 

  <target name="meteor"> 
  <meteor cli="TODO" dir="test"/>
  </target>
                    </project>