File: php-build/vendor/devize/closure-compiler/build.xml

Recommend this page to a friend!
  Classes of ikhsan   jQuery Calx   php-build/vendor/devize/closure-compiler/build.xml   Download  
File: php-build/vendor/devize/closure-compiler/build.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Calx
Calculate form input values based on formulas
Author: By
Last change: Update of php-build/vendor/devize/closure-compiler/build.xml
Date: 2 years ago
Size: 707 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <project name="ClosureCompiler" default="hello"> <target name="hello"> <echo msg="Usage: phing [update|test]" /> </target> <target name="update"> <echo msg="Updating from Git..." /> <exec command="git pull " passthru="true" /> <echo msg="Updating Composer..." /> <exec command="composer update " passthru="true" /> <echo msg="Done." /> </target> <target name="test" depends="update"> <echo msg="Running PHPunit..." /> <exec command="php vendor/bin/phpunit " passthru="true" /> <exec command="rm compiled.js" /> <echo msg="Test done." /> </target> </project>