Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jaconel/PrefixrAntTask
Browse files Browse the repository at this point in the history
  • Loading branch information
jaconza committed Feb 23, 2012
2 parents c11781b + ef39e61 commit 33df2f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Project Name: PrefixrAntTask
Date Initiated: 08 February 2011
= PrefixrAntTask

Intorduction
== Introduction

This project is the creation of an Apache Ant task for use of the Prefixr api (http://prefixr.com/). It will
allow developers to make use of css3 styles and replace these with the correct prefix at build/deploy time.
Expand All @@ -20,5 +19,5 @@ will be converted to
.class{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
}
2 changes: 1 addition & 1 deletion src/org/apache/tools/ant/taskdefs/Prefixr.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import org.apache.tools.ant.types.FileSet;

/**
* Prefixr task for to convert HTML 5 entities to corresponding browser specific entities.
* Prefixr task to convert CSS 3 entities to corresponding browser specific entities.
*
* This task makes use of the Prefixr API and thus requires to connect to an external url.
*
Expand Down

0 comments on commit 33df2f8

Please sign in to comment.