Questions tagged as 'gulp'

1
answer

Copy js from "Dependencies" from node_modules to a folder of my project with gulp

I have some doubts regarding this "new" tool of node/npm . As far as I know / learned, I have great benefits of managing scripts js by npm . But I do not think it's too healthy to go through the node_modules folder...
asked by 14.08.2018 / 15:39
1
answer

Gulp command does not work

Hello, I created a home.sass file @import molecules/mixins @import ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap /variables @import ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap /mixins @import ../bower_...
asked by 23.05.2017 / 20:56
1
answer

npm WARN deprecated

I have tried to find a solution on the net about this error and the ones I found did not work. npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated [email protected]: P...
asked by 06.10.2016 / 19:42
2
answers

Gulp Watch does not update

Hello, I am a beginner in GULP and I have the following problem, the code below, which simply minifies JS and CSS , works perfectly if you run the functions in default and run GULP . The problem is that with Wa...
asked by 03.08.2016 / 03:11
1
answer

I installed the bower, gulp but I do not know which file to edit [closed]

I bought an internet theme called FUSE ANGLE JS at documentation it, he explains that I should install npm, bower, gulp and etc ... then he asks me to run the following command gulp serve , and then some page from the beyond is loaded...
asked by 24.11.2016 / 02:34
1
answer

Generate a mined file for each file within a folder

I configured the following task to generate a minified file: gulp.task('frontend-js', function () { return gulp.src([ 'bower_components/jquery/dist/jquery.js', 'bower_components/jquery-ui/jquery-ui.js', 'bower_compo...
asked by 20.06.2016 / 14:21
1
answer

Error while executing gulp --production Vagrant Laravel / Homestead

I set up a laravel/homestead environment to study Laravel 5.1 , when trying to execute the gulp --production command I get the following error: Error: Cannot find module 'strip-bom' at Function.Module._resolveFilena...
asked by 13.09.2015 / 23:28
1
answer

Filter with AngularJs and Gulp

I'm creating a filter for the angle using the Gulp compiler however I'm having an error and when parsing the compiled code it looks like it's compiling something wrong, what could it be? Filter: class StrSplit extends Filter contructor:...
asked by 27.03.2015 / 14:05
1
answer

Build Gulp Error

I am working on a project with phonegap / angular, so I did all the steps as I am accustomed. I have installed node, bower, gulp, angularjs, phonegap and cordova. So I "cloned" the project, installed bower / angular / gulp locally in the project...
asked by 26.02.2015 / 15:31
0
answers

Gulp and browsersync (gulp --nobrowser)

Talk to me, good afternoon, I have the following problem: I have the following tasks in my gulpfile.js var gulp = require('gulp'), cssmin = require('gulp-cssmin'), rename = require('gulp-rename'), uglify = require('gulp-ugli...
asked by 03.01.2019 / 19:49