node-grunt-webpack 3.1.3-2 source package in Ubuntu

Changelog

node-grunt-webpack (3.1.3-2) unstable; urgency=medium

  * Switch to pkg-js-tools auto install
  * Change vcs fields to salsa urls

 -- Pirate Praveen <email address hidden>  Sun, 04 Aug 2019 13:13:38 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-grunt-webpack_3.1.3-2.dsc 2.0 KiB 289e9f5d9ba8dc0a2fec5efaf1ca1950ee0390d83e61652c0dcfce9c499dfe4d
node-grunt-webpack_3.1.3.orig.tar.gz 69.2 KiB 571f34763b85a5d60c43f4ff25ed6423e3ce65d1b51f5250c28b84819637a87a
node-grunt-webpack_3.1.3-2.debian.tar.xz 2.2 KiB 66f077ea743efa54f0dcabbd85687d1601676411f931173cc46880b12d29af03

Available diffs

No changes file available.

Binary packages built by this source

node-grunt-webpack: Use webpack with grunt

 grunt is a JavaScript task runner/build system/maintainer tool.
 .
 Webpack takes code targeted at node.js and makes it run in the browser.
 Node.js comes with API of its own that is not available in the browsers.
 Webpack exposes this code to programs that are unaware they are running in a
 browser.
 .
 Node.js is an event-based server-side JavaScript engine.