Questions tagged as 'gulp'

0
answers

GULP and LESS import

I'm having problems with GULP and LESS importing files. Previously I had a project, which had a styles.less file which imports the rest of the less files, such as menus, buttons, etc. And when I made a change in one of these chi...
asked by 16.04.2018 / 13:58
0
answers

browsersync does not reload when there are changes in .css

browsersync does not inject the css correctly, what can be happening ?, apply the command: browser-sync start --proxy localhost/simple-grid --files "./*.*" Up to now I have detected all kinds of .html .php .js file, but when compiling from...
asked by 06.04.2018 / 02:35
0
answers

Uncaught TypeError: Can not read property 'classes' of undefined

I'm getting this error in the console when I installed the "datatables" library with npm. Uncaught TypeError: Cannot read property 'classes' of undefined at Object.o.2 (main.js? [sm]:2408) at r (main.js? [sm]:1) at main.js? [sm]:1 at Object.o....
asked by 15.01.2018 / 12:28
0
answers

Error in gulp "throw er; // Unhandled 'error' event "

Some idea of how to solve this problem. I have my gulp code: var gulp = require('gulp'); var shell = require('gulp-shell'); var uglify = require('gulp-uglify'); var browserify = require('gulp-browserify'); var livereload = require('gulp-live...
asked by 14.11.2017 / 00:03
0
answers

Installation problems of gulp

when installing gulp, it returns this:    iMac-de-Luis: ~ luisquesadaromero $ sudo npm install -g gulp       npm WARN deprecated [email protected]: Please update to minimatch 3.0.2   or higher to avoid to RegExp DoS issue       npm WARN depr...
asked by 01.09.2017 / 14:10
0
answers

Error importing sass partials with gulp

I hope you understand me and can help me, I have that structure in a project I'm working with Gulp, gulp-sass, browser-Sync; it is assumed that sass the document says that you can create partials by adding the underline so that you can import bu...
asked by 29.04.2017 / 02:11
1
answer

Concatenate bower components with gulp

Good afternoon everyone, I have a problem trying to concatenate all my bower components in a single file called vendor.js. This is my gulp task: gulp.task('bower', function() { var jsFilter = gulpFilter('**/*.js', { restore:...
asked by 20.04.2017 / 21:26
3
answers

Gulp-pug does not work

I'm trying gulp and in particular the gulp-pug plugin to compile Pug. It does not seem to have much science to make it work but nevertheless there is no way. I'm not doing any project, I'm just trying the 'task runner' Gulp and in parti...
asked by 20.03.2017 / 22:24
0
answers

Error compiling gulp

I have a gulp file that when I use concat sends me an error when locating the path of a file. The error is as follows Error: Error: File not found with singular glob: /Users/mac/Documents/Proyectos/Gulp/build/node_modules/jquery/dist/jquer...
asked by 19.11.2016 / 06:42
2
answers

I can not access node_modules with gulp

I have a file structure and task automation with gulp. When I run the default task if I read all the css files including the ones I send from node_modules, but when I add the browser-sync task and run again gulp it does not read any css file...
asked by 16.10.2016 / 19:02