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.

Package Sidebar

Install

npm i hopp-plugin-concat

Homepage

hoppjs.com/

Weekly Downloads

1

Version

1.2.1

License

MIT

Last publish

Collaborators

  • karimsa