1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: node-gulp-clean-css
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, dh-nodejs
, node-clean-css (>= 4.2.3) <!nocheck>
, node-plugin-error (>= 1.0.1) <!nocheck>
, node-through2 (>= 3.0.1) <!nocheck>
, node-vinyl-sourcemaps-apply (>= 0.2.1) <!nocheck>
, chai <!nocheck>
, mocha <!nocheck>
, node-gulp-concat <!nocheck>
, node-vinyl <!nocheck>
, gulp <!nocheck>
, node-gulp-rename <!nocheck>
, node-gulp-sourcemaps <!nocheck>
Standards-Version: 4.7.3
Homepage: https://github.com/scniro/gulp-clean-css#readme
Vcs-Git: https://salsa.debian.org/js-team/node-gulp-clean-css.git
Vcs-Browser: https://salsa.debian.org/js-team/node-gulp-clean-css
Rules-Requires-Root: no
Package: node-gulp-clean-css
Architecture: all
Depends:
${misc:Depends}
, node-clean-css (>= 4.2.3)
, node-plugin-error (>= 1.0.1)
, node-through2 (>= 3.0.1)
, node-vinyl-sourcemaps-apply (>= 0.2.1)
Enhances: gulp
Description: gulp pipeline for minify CSS with clean-css
This package provides a Gulp plugin that functions as a
minimal integration layer for clean‑css. It offers a straightforward
mechanism for applying CSS minification within Gulp workflows,
relying directly on the underlying clean‑css library
.
Node.js is an event-based server-side JavaScript engine.
|