Last Version

Webpipes 0.0.1

Webpipes is a library to manage web resources like javascript and css files which need processing before being served. It manages processing like minimization, file merging, css generation from less, linters, jsx transformation. Resources can be managed as streams from source, or regularly checked cached resources, or to be generated with an Ant task.

License

License

Categories

Categories

Net
GroupId

GroupId

org.hibnet
ArtifactId

ArtifactId

webpipes
Version

Version

0.0.1
Type

Type

jar
Description

Description

Webpipes
Webpipes is a library to manage web resources like javascript and css files which need processing before being served. It manages processing like minimization, file merging, css generation from less, linters, jsx transformation. Resources can be managed as streams from source, or regularly checked cached resources, or to be generated with an Ant task.
Project URL

Project URL

https://github.com/nlalevee/webpipes

Download webpipes 0.0.1


<!-- https://jarcasting.com/artifacts/org.hibnet/webpipes/ -->
<dependency>
    <groupId>org.hibnet</groupId>
    <artifactId>webpipes</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibnet/webpipes/
implementation 'org.hibnet:webpipes:0.0.1'
// https://jarcasting.com/artifacts/org.hibnet/webpipes/
implementation ("org.hibnet:webpipes:0.0.1")
'org.hibnet:webpipes:jar:0.0.1'
<dependency org="org.hibnet" name="webpipes" rev="0.0.1">
  <artifact name="webpipes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibnet', module='webpipes', version='0.0.1')
)
libraryDependencies += "org.hibnet" % "webpipes" % "0.0.1"
[org.hibnet/webpipes "0.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.ant : ant jar 1.8.4

runtime (14)

Group / Artifact Type Version
org.mozilla : rhino jar 1.7R4
org.webjars : webjars-locator jar 0.17
org.webjars : json2 jar 20110223
org.webjars : handlebars jar 1.3.0
org.webjars : coffee-script jar 1.8.0
org.webjars : emberjs jar 1.7.0
com.google.javascript : closure-compiler jar v20140730
commons-pool : commons-pool jar 1.6
org.apache.commons : commons-lang3 jar 3.3.2
com.google.guava : guava jar 18.0
org.webjars : less jar 1.7.3
com.github.sommeri : less4j jar 1.8.0
org.webjars : requirejs jar 2.1.14-1
org.webjars : react jar 0.11.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.slf4j : slf4j-simple jar 1.7.7

Project Modules

There are no modules declared in this project.