move the sample usage code into the example folder
This commit is contained in:
@@ -39,13 +39,5 @@ module.exports = () => {
|
||||
.pipe(uglifyJs())
|
||||
.pipe(gulp.dest(path.join('dist', 'js')));
|
||||
|
||||
const init = browserify(path.join('src', 'js', 'init.js'), {
|
||||
debug: false
|
||||
})
|
||||
.bundle()
|
||||
.pipe(source('init.js'))
|
||||
.pipe(buffer())
|
||||
.pipe(gulp.dest(path.join('dist', 'js')));
|
||||
|
||||
return merge(debug, production, min, init);
|
||||
return merge(debug, production, min);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user