w

webpipes-sass-js-test

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. This module contains the tests for SASS.
https://github.com/nlalevee/webpipes
The Apache License, Version 2.0
Nicolas Lalevée
文件下载
文件名 操作
webpipes-sass-js-test-0.0.4.jar 下载
webpipes-sass-js-test-0.0.4.pom 下载
webpipes-sass-js-test-0.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.hibnet</groupId>
  <artifactId>webpipes-sass-js-test</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'org.hibnet:webpipes-sass-js-test:0.0.4'
Gradle Kotlin
implementation("org.hibnet:webpipes-sass-js-test:0.0.4")
Scala SBT
libraryDependencies += "org.hibnet" % "webpipes-sass-js-test" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.hibnet', module='webpipes-sass-js-test', version='0.0.4')
)
Apache Ivy
<dependency org="org.hibnet" name="webpipes-sass-js-test" rev="0.0.4" />
Leiningen
[org.hibnet/webpipes-sass-js-test "0.0.4"]
Apache Buildr
'org.hibnet:webpipes-sass-js-test:jar:0.0.4'