UNPKG

rev-web-assets

Version:

Revision web asset filenames with cache busting content hash fingerprints

10 lines (7 loc) 184 B
#!/usr/bin/env node //////////////////// // rev-web-assets // // MIT License // //////////////////// import { revWebAssets } from '../dist/rev-web-assets.js'; revWebAssets.cli();