pruno-publish

v1.0.1
A lightweight mix for copying assets to your distribution directory.
pruno assets publish

pruno-publish

A lightweight mix for copying assets to your distribution directory.

Usage

"use strict";

var pruno = require('pruno');

pruno.plugins(function(mix) {
  mix
    .configure({ dir: __dirname + '/config' })
    .publish('assets', {
      pkg: false,
      src: [
        '::src/assets/**/*'
      ],
      dist: '::dist'
    })
    .publish('font-awesome', {
      pkg: 'font-awesome',
      src: ['fonts/**/*'],
      dist: '::dist/fonts'
    });
});

Metadata

  • ISC
  • Whatever
  • Christian de Botton
  • released 1/30/2015

Downloads

Maintainers