1.2.1 • Published 7 years ago

hopp-plugin-concat v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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.

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

1.0.0-alpha.16

7 years ago

1.0.0-alpha.13

7 years ago

1.0.0-alpha.10

7 years ago

1.0.0-alpha.6

7 years ago

1.0.0-alpha.5

7 years ago