hopp-plugin-concat
v1.2.1
Published
Concatenate files together with hopp.
Downloads
6
Maintainers
Readme
hopp-plugin-concat
Concatenate files together with hopp.
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.