Questions tagged as 'gulp'

1
answer

Copy files and directories with gulp.js

I am using the gulp.js task manager in my AngularJS and Django project. Due to the configuration of my git repository, the static directory, called assets is not controlled, so I have a directory, sources , where the source fil...
asked by 09.02.2016 / 03:08
1
answer

Automatically reload files in NodeJS

I am working on a project with NodeJS , and I just realized that I must restart the server every time I make my changes, is there any way to avoid this? I am working with NodeJS 6.10 , express 4.13 , gulp 3.9 ,...
asked by 04.07.2017 / 16:06
1
answer

LESS instead of CSS

I have a question about the server part where the rendering of the styles, at least with Chrome and FireFox. And they use the .LESS instead of the .CSS. In development it's good to show them to me, since it's so much easier to know what to to...
asked by 16.03.2018 / 11:38
1
answer

Help to run Gulp

Hi, I am creating a project with node.js and I want to run Gulp, which updates all the changes made to the code, css, server, etc., I do not know if you know how to formulate the question well and if you should show more code so they can help me...
asked by 21.05.2018 / 19:08
2
answers

How to compile pug (before jade) to php with gulp?

I am working on a project that is necessary to work with .php, I have always worked with .html, but now I have to work with .php, I work with pug before called jade and I compile it by means of tasks in gulp, but by default compiled in html, but...
asked by 14.10.2016 / 06:40
1
answer

How to compile only the modified files in gulp.watch

I have a typescript project and I'm using gulp as task manager . I want the gulp watch task to wait for the source code to be modified and recompile it, but since the source code is very long and it is divided into several files, I want...
asked by 07.08.2017 / 19:51
1
answer

CSS prefixes do not appear when compiling with gulp-ruby-sass

I am using gulp-ruby-sass instead of gulp-sass for the pre-compilation of the scss code of my project. It turns out that I still have prefixes in my file .scss and following the way in which the mixins are declared suc...
asked by 06.01.2016 / 01:20
1
answer

browserSync + gulp

I am planning a project in MEAN and I can hardly find the angle part. I want to do everything from scratch to learn about gulp and its functionality as well as other tools, however, I ran into the following problem: When I use the brows...
asked by 25.11.2016 / 08:14
1
answer

Install Plugins with Gulp

I have a question; - save-dev installs the plugin locally in my project. But many of the plugins that I use as jade and sass with gulp I always have to be installing them in every project; How can I do to install globally and use them in t...
asked by 14.09.2016 / 20:17
1
answer

Problems when updating from gulp 3 to 4: Task function must be specified

It was programmed in gulp 3 but when updating it stopped working and now this appears when running the gulp command: assert.js:348 throw err; ^ AssertionError [ERR_ASSERTION]: Task function must be specified at Gulp.set [as _setTa...
asked by 30.11.2018 / 14:56