Questions tagged as 'gulp'

2
answers

Send specific branch with Git to Github

How can I send a specific branch to Github through Git? I am creating a project to learn how to use Gulp and its plugins, and in it I created a folder with the source code, called src and a folder containing the minified files, CSS she...
asked by 02.04.2016 / 18:37
1
answer

Error installing gulp

I'm installing gulp on my Windows 7 with the command gulp . But it's giving me the following error: [11:21:03] Error in plugin 'gulp-bower' Message: Failed to execute "git ls-remote --tags --heads git://github.com/thomaspark/ bootswa...
asked by 28.07.2015 / 16:30
1
answer

Problem with startar gulp serve

Good afternoon, I'm creating a portal in AngularJS and Node. After installing the npm npm install and bower bower install The tutorial asks you to do the gulp serve command, but it has the following return:    [1...
asked by 17.11.2016 / 16:59
1
answer

Help with Gulpjs

I'm having a little problem with gulp's tasks. I'm trying to listen for file changes with watch and refresh browser with browser sync. Follow the code: var gulp = require('gulp'); var sass = require('gulp-sass'); var pug...
asked by 06.01.2017 / 23:34
1
answer

How to use Bower components using Gulp

I use Gulp to help me in development, even if I need the bootstrap or low jquery I put in the folders I choose and ok, but I would like to use bower , but I do not quite understand what I do to use the components that are via bow...
asked by 26.11.2015 / 19:03
1
answer

Gulp Watch JS infinite loop

I'm a new Gulp student, and I made this watch so if my javascripts files change, it runs build-js . But when I run Gulp, it compiles everything right but it keeps running build-js in an infinite loop. What did I do wrong?...
asked by 06.12.2017 / 19:31
1
answer

Gulp Minification

Does anyone know how to minify js and css files at run time. For example: In the Html file, the call to the Javascript file looks like this: <script src="~/Content/Site/js/funcoes.js"></script> I would like a mined scri...
asked by 16.12.2016 / 19:09
1
answer

How do I use vueJS with gulp?

I'm working on a project using gulp and I wanted to learn a little more of vue.js so I want to use it in the project, but I'm not able to find anything clear on the internet how to mount in gulpfile.js . > My file looks like this:...
asked by 24.11.2016 / 16:46
1
answer

Copy the source folder using gulp?

How to create a task to copy the bootstrap font folder to the build folder? I created the following task but it is not working. var config = { assets_path: './resources/assets', build_path: './public/build' }; config.bower_path...
asked by 08.08.2016 / 21:32
1
answer

Can I use GZIP compression on files that have been minified by Gulp or Grunt?

Can I use GZIP compression on files that have been minified by Gulp or Grunt? I wonder if there is a possibility that I have problems with that. Or if I would have an even faster loading on the browser side.     
asked by 09.03.2016 / 15:35