We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bd223 commit d3f25a9Copy full SHA for d3f25a9
1 file changed
README.md
@@ -42,12 +42,12 @@ export function bundle() {
42
}
43
};
44
const joiner = {
45
- Scripts = function(bundleStream, name) {
+ Scripts(bundleStream, name) {
46
return bundleStream
47
.pipe(concatJs(name + ".js"))// example.js
48
.pipe(uglify());
49
},
50
- Styles = function(bundleStream, name) {
+ Styles(bundleStream, name) {
51
52
.pipe(concatCss(name + ".css"))// example.css
53
.pipe(cleanCss({
0 commit comments