HI Team, How can i able to add comment to my jira task using gulp, i have found below plugin in that they have mentioned we can add comment to jira task using this p...
Is it possible to run standard and custom gulp tasks in bitbucket? I am trying to install a sharepoint framework solution using bitbucket Here is my yml file config
My build is for a WordPress child theme. It interfaces with a WordPress parent theme, which provides various Gulp build tasks. The parent theme is made available to the pipeline via a C...
I am using gulp to compile my assets, however facing the following error during my build about block-scoped declarations. I don't get this error on my local machine and haven't a clue why this is h...
...ourcemaps'); gulp.task('build', ["build-es6", "build-src"]); gulp.task("build-es6", function () { var trueBase = "public/assets/js/"; gulp.src(trueBase + '/**/*-es6.js') .pipe(sourcemaps.init...
Copied to clipboard