gobem-proc-concat

0.0.3 • Public • Published

gobem-proc-concat

This processor for gobem concatenates all files in a single one. By default the path of the output's file is concat.txt, but you can change it in the first argument.

Example for build.js

module.exports = function () {
    return [
        ['select', 0, /^components\/(\w+)\/\1\.js$/],
        ['gobem-proc-concat', 'bundle.js'],
        ['write', 1]
    ]; // this array will be used as build instructions
};

Package Sidebar

Install

npm i gobem-proc-concat

Weekly Downloads

6

Version

0.0.3

License

GPLv3

Last publish

Collaborators

  • enet