remove 3d toggle button in canvas product page (#12)
* Max changes from f0ecf9dd4c7503c1562fcadb54ce61873b1f7c6f in photowall repo * Erik's changes from 50af018a07dcea44d755bcc23e84537db90f321a in photowall repo * Update image-editor.js in README.md * Prettify * Max changes from f0ecf9dd4c7503c1562fcadb54ce61873b1f7c6f in photowall repo in output * Erik's changes from 50af018a07dcea44d755bcc23e84537db90f321a in photowall repo in output * Remove "Show 3d image" button and functionality * Output image-editor.js file * Rename the outputted file from image-editor.js to generated-image-editor.js * Output again the file that time as generated-image-editor.js * Update README.md * Remove comma / lint
This commit is contained in:
+2
-4
@@ -31,7 +31,7 @@ gulp.task('compile', function() {
|
||||
.bundle()
|
||||
.pipe(source('main.js'))
|
||||
.pipe(buffer())
|
||||
.pipe(rename('image-editor.js'))
|
||||
.pipe(rename('generated-image-editor.js'))
|
||||
.pipe(gulp.dest(outputPath));
|
||||
});
|
||||
|
||||
@@ -51,6 +51,4 @@ gulp.task('watch', function() {
|
||||
gulp.watch('./src/**/*.js', gulp.series('lint', 'compile'));
|
||||
});
|
||||
|
||||
gulp.task('default', gulp.series(
|
||||
'build',
|
||||
));
|
||||
gulp.task('default', gulp.series('build'));
|
||||
|
||||
Reference in New Issue
Block a user