hopp-plugin-concat

1.2.1 • Public • Published

hopp-plugin-concat

Concatenate files together with hopp.

NPM

Usage

This plugin exposes a single function that takes no parameters (currently).

Since this function will bundle all the source files together, please ensure that you specify a filename with .dest() and not a folder.

Sample:

const hopp = require('hopp')
 
export default
  hopp([ 'src/js/*.js' ])
    .concat()
    .dest('dist/js/bundle.js')

License

Licensed under MIT license.

Copyright (C) 2017 10244872 Canada Inc.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i hopp-plugin-concat

    Homepage

    hoppjs.com/

    Weekly Downloads

    3

    Version

    1.2.1

    License

    MIT

    Last publish

    Collaborators

    • karimsa