ederrafo / first-steps-with-gulp

gulp nodejs npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Gulp

Ubuntu 14.04.5 LTS

$ nodejs --version
v8.15.0
$ npm --version
6.4.1
$ gulp --version
[20:39:00] CLI version 2.0.1
[20:39:00] Local version 4.0.0

Install gulp

$ sudo npm install -g gulp

Install gulp in your proyect If you use VM in host windows execute this, into proyect directory:

$ ln -s ~/gulp/project/node_modules node_modules

You should now have a minified file, dist/jquery-2.1.1.min.js

$ find . -iname 'jquery*' | xargs ls -gG
$ npm install jshint gulp-jshint --save-dev

Sources

https://github.com/spalger/gulp-jshint https://jshint.com/about/ https://markgoodyear.com/2014/01/getting-started-with-gulp/ https://gulpjs.com/plugins/ https://fettblog.eu/gulp-4-parallel-and-series/

About

gulp nodejs npm


Languages

Language:JavaScript 100.0%