We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You need the following npm modules installed:
npm
npm install gulp gulp-jbb
In addition you need the profiles you are using:
npm install jbb-profile-three
var gulp = require('gulp'); var jbb = require('gulp-jbb'); gulp.task('bundles', function() { return gulp .src([ 'mybundle.jbbsrc' ]) .pipe(jbb({ 'profile': 'three' })) .pipe(gulp.dest('build')); });
There was an error while loading. Please reload this page.