2017 © Pedro Peláez
 

library phing-tasks

image

mashup-mill/phing-tasks

  • Wednesday, April 22, 2015
  • by ammmze
  • Repository
  • 1 Watchers
  • 0 Stars
  • 53 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

phing-tasks

Collection of PHING tasks, (*1)

Loading via composer

"require-dev": {
    "mashup-mill/phing-tasks": "dev-master"
}

Importing tasks

<import file="./vendor/mashup-mill/phing-tasks/src/main/resources/tasks.xml"/>

YuiCompressorTask

<yuic jar="./vendor/bin/yuicompressor.jar" 
      cacheFile="${project.target}/yuic.cache" 
      targetDir="${project.target}/min">
    <fileset dir="${project.target}">
        <include name="**/*.css" />
        <exclude name="**/*.min.css" />
    </fileset>
</yuic>

The Versions

22/04 2015

dev-master

9999999-dev

  Sources   Download

Apache License 2.0

The Development Requires

by Branden Cash