| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRuby Языки программирования Сеть |
| Группа | Группаorg.hibnet |
| Идентификатор | Идентификаторwebpipes-sass-ruby |
| Последняя версия | Последняя версия0.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
This module adds support for SASS with a Ruby library.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| webpipes-sass-ruby-0.0.4.pom | |
| webpipes-sass-ruby-0.0.4.jar | 2 KB |
| webpipes-sass-ruby-0.0.4-sources.jar | 2 KB |
| webpipes-sass-ruby-0.0.4-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hibnet/webpipes-sass-ruby/ -->
<dependency>
<groupId>org.hibnet</groupId>
<artifactId>webpipes-sass-ruby</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibnet/webpipes-sass-ruby/
implementation 'org.hibnet:webpipes-sass-ruby:0.0.4'
// https://jarcasting.com/artifacts/org.hibnet/webpipes-sass-ruby/
implementation ("org.hibnet:webpipes-sass-ruby:0.0.4")
'org.hibnet:webpipes-sass-ruby:jar:0.0.4'
<dependency org="org.hibnet" name="webpipes-sass-ruby" rev="0.0.4">
<artifact name="webpipes-sass-ruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibnet', module='webpipes-sass-ruby', version='0.0.4')
)
libraryDependencies += "org.hibnet" % "webpipes-sass-ruby" % "0.0.4"
[org.hibnet/webpipes-sass-ruby "0.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hibnet : webpipes-core | jar | [0.0.4,0.0.5) |
| org.jruby : jruby-core | jar | 1.7.18 |
| org.jruby : jruby-stdlib | jar | 1.7.18 |
| me.n4u.sass : sass-gems | jar | 3.2.1 |