-
Trying to build Sitecore Habitat project (not that it matters, but just for reference)
When I try to run the msbuild gulp task it eventually fails. Gulp is being called by TeamCity via PowerShell r…
-
I would like to request help in improving this code so it catches specific errors.
I've deliberately passed an incorrect username to the spsync method... and the gulp script blows up with an approp…
-
Hi guys! I noticed that after adding `cordova-plugin-wkwebview-engine` plugin to my project, my select widget stopped working.
Basically I have an Angular `select`, and when I tap it a wheel picker op…
4mp3R updated
7 years ago
-
I want to automate my workflow, but this is always giving me error in gulp 4.
My gulp code:
`const jsxbin = require('jsxbin');
function toJsxbin() {
return jsxbin('myScript.jsx');
}
e…
-
The options are becoming more and more complex so that the documents describing it are long. Can we make it compatible with `postcss-load-config`
See: https://github.com/gucong3000/gulp-postcss#readm…
-
i am getting the following error when trying to run this gulp task:
GULP TASK:
gulp.task('vulcanize-elems', function() {
return gulp.src('src/polymer-elements/elements.html')
.pipe(vulcanize({
…
-
Propose a scss-lint configuration file.
Until now the most stable scss linter seems to be the [scss-lint](https://github.com/brigade/scss-lint).
Unfortunately this plugin is strongly dependent to r…
-
In order to get `gulp init` to work, I had to undo a change from #37, specifically [this change](https://github.com/uswds/uswds-gulp/pull/37/files#diff-25789e3ba4c2adf4a68996260eb693a441b4a834c38b7616…
-
Hello,
I am using foundation 6 for sites. I have customized the gulpfile to export php files. That's all good. The only thing I can't figure out is how to install gulp-connect-php to foundation 6 and …
-
Hello,
I'm having an issue with relative paths. In a SCSS partial i'm declaring a background-image as `url(../img/bg.jpg)`, however the plugin searches for this file at the root of the project (`/Use…