1.2.1 • Published 8 years ago
hopp-plugin-concat v1.2.1
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.
1.2.1
8 years ago
1.2.0
8 years ago
1.1.0
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago
1.0.0-alpha.16
8 years ago
1.0.0-alpha.13
8 years ago
1.0.0-alpha.10
8 years ago
1.0.0-alpha.6
8 years ago
1.0.0-alpha.5
8 years ago