Questions tagged as 'gulp'

0
answers

Error with vue when trying to compile with gulp

When I run my gulpfile.js file with the following command: gulp --gulpfile gulpfile.js shows this error: 16:37:24] Using gulpfile ~/www/webpage/gulpfile.js [16:37:24] Starting 'all'... [16:37:24] Starting 'task'... [16:37:24] Sta...
asked by 18.12.2017 / 16:45
1
answer

Problem with Gulp Build

In my project I am using Gulp. I have two problems: Do not copy the images to the dist folder. I am using imagemin . I have already checked the directory multiple times, but I do not see the error. My folders are organized as f...
asked by 31.10.2017 / 14:45
2
answers

Problems with Gulp Watch in Linux

I have a problem with Gulp watch rather particular. I am working on Linux and I am using Browser-Sync with Gulp, my intention is that when I modify any file of my project I recharge the browser and the devices that I have visualizing autom...
asked by 07.10.2016 / 16:51
0
answers

gulp-useref does not copy the files

I have a problem with gulp-useref. I have the next task. gulp.task('compre', ['inject'], function () { return gulp.src('index.html', {cwd: '/app'}) .pipe(useref()) .pipe(gulp.dest('dist')); }); I run inject without problem but...
asked by 22.07.2016 / 01:57
1
answer

Practicing platzigram in Javascript

I'm doing the Platzigram project of Platzi_ to practice Javascript and so on. When using the package.json to automate tasks with <script> it does not work for me when I execute the npm start command and the gulp watch...
asked by 06.05.2017 / 21:54
1
answer

answer gulp-util [closed]

git bash returns the following message, what does it mean? $ npm ls gulp-util [email protected] C:\Users\infante '-- [email protected] '-- [email protected]     
asked by 08.04.2018 / 23:27
1
answer

Change path node_modules in one function

Is it possible to change the path of the nodule_modules within a function? I have a structure in gulpfile.js in which there are different scripts for different tasks: minify, join, optimize, etc. But there is also a function in which I mak...
asked by 30.08.2017 / 08:27
1
answer

Gulp is not recognized as the name of a cmdlet

I have the following as I could solve it PS F:\proyecto> gulp gulp : El término 'gulp' no se reconoce como nombre de un cmdlet, función, archivo de script o programa ejecutable. Compruebe si escribió correctamente el nombre o, si incluyó un...
asked by 18.07.2017 / 20:16
1
answer

Error in gulp after reinstalling OS

I had problems with the installation of a program (this has nothing to do with my question) and I had no choice but to format and install all the OS and other programs. I have created a website that uses gulp among other things, and after ins...
asked by 15.12.2018 / 16:33
0
answers

Problems with webpack

saludes structure a project with babel, sass and gulp at the time of packaging I receive this error . I'm on Ubuntu 18. node: v9.8.0 gulp-cli: 2.0.1 then I show the dependencies of the project "devDependencies": { "babel-cli":...
asked by 07.05.2018 / 22:03