@packmule/assets-pack
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

Assets Pack npm-latest

Create an asset map file for use with hashed file names.

Overview

Setup

Assets Pack is included in the complete and default editions.

Current Release

npm install --save-dev @packmule/assets-pack

Nightly Build

npm install --save-dev @packmule/assets-pack@nightly

API

AssetsPack()

Usage

The AssetsPack is best used in combination with the packmule hash option.

Example

import Packmule from '@packmule/core';
import AssetsPack from '@packmule/assets-pack';

const packmule = new Packmule();
packmule.add(new AssetsPack());
return packmule.generate();

License

MIT


Package Sidebar

Install

npm i @packmule/assets-pack

Weekly Downloads

2

Version

2.1.0

License

MIT

Unpacked Size

6.03 kB

Total Files

11

Last publish

Collaborators

  • t.esterer
  • thasmo