Questions tagged as 'gulp'

0
answers

Error to run task with gulp 4.0.0

I'm having trouble running the below task with gulp in version 4.0. The problem occurs when I'm trying to run dependencies. Would anyone know why? const gulp = require("gulp"), imagemin = require("gulp-imagemin"), clean = r...
asked by 13.12.2018 / 21:59
0
answers

Gulp task does not work

I'm studying Gulp and for testing I did like this: var gulp = require("gulp") var html = require("gulp-htmlmin"); var imagemin = require("imagemin"); gulp.task("default",function(){ gulp.src('.src/img/*.jpg').pipe(imagemin()).pipe( gulp...
asked by 19.11.2018 / 01:59
2
answers

Simultaneous Tasks in Gulp

I need some help, I would like the server , sass and watch tasks to run together, ie I write scss, is copied to css and finally the browser automatically updates the changes. I tried several times but the server task prevails over the oth...
asked by 07.11.2018 / 21:19
0
answers

How to link in HTML the new versioned file in Gulp

I have the following task and I'm having trouble linking my new global.css with the new name ( global-9384148031.css ) generated by rev() to my html . Even though it generates a new file with the correct name in the fo...
asked by 16.11.2018 / 04:54
1
answer

Gulp JS File Automation

My question is as follows, I have a .js file in my code that contains a bunch of variables that only change their value. Example: var teste = "http://desenvolvimento.com.br"; var teste = "http://producao.com.br"; After running the gulp I...
asked by 04.07.2018 / 20:31
0
answers

I can not run the gulp command

I installed gulp globally and tb gulp-cli. however when I run the gulp command it displays the following error:     
asked by 27.06.2018 / 05:19
0
answers

Gulp sass is not a function

I am creating a project in CodeIgniter 3 with HMVC, where the assets will be inside the module folders. I created a gulpfile, I installed all modules by npm, but gulp-sass, to compile the SCSS files is not working. The code is as follows:...
asked by 10.05.2018 / 14:44
1
answer

Fontawesome does not load correctly loads square

Once you have made the settings and install the font-awesome with the Bower and call it via my Sass file plugin.sass The same is not working appear only a few squares. _variables.scss install the sourceawesome-sass , but the p...
asked by 13.04.2018 / 02:27
0
answers

TFS - Error using browserify

Hello, I have a project in which I am using TypeScript but instead of using the VisualStudio compiler, I created a task in the Gulp that with the help of browserify compiles the .ts files My problem is that my machine works fine but when I...
asked by 28.03.2018 / 23:33
0
answers

checkout in project svn node / gulp

Hello, could anyone tell me how I can checkout a svn project with node / gulp? Currently I have this routine that copies my project folder and creates a new one so I can minify the files and then upload to production. I want to change it so i...
asked by 15.03.2018 / 19:27