Travis Maynard - Getting Started with Gulp [2015, PDF/EPUB, ENG] + Code

seeders: 5
leechers: 1
Added 11 years ago by D@vidoff in Books  > Non-Fiction

Download Fast Safe Anonymous
movies, software, shows...

Files

Travis Maynard - Getting Started with Gulp [2015, PDF/EPUB, ENG] + Code (Size: 11.36 MB)
  Code
  5766OS_Code_ v 3.8
  5766OS_02_Codes
  __MACOSX
  gulp-book
  ._.DS_Store 120 B
  app
  ._.DS_Store 120 B
  css
  ._.DS_Store 120 B
  img
  ._.DS_Store 120 B
  ._gulp.png 397 B
  gulp-book
  .DS_Store 6 KB
  app
  .DS_Store 6 KB
  css
  .DS_Store 6 KB
  main.css 233 B
  secondary.css 248 B
  img
  .DS_Store 6 KB
  gulp.png 15.87 KB
  js
  main.js 50 B
  secondary.js 55 B
  dist
  all-5.css 392 B
  all.js 105 B
  img
  gulp.png 13.38 KB
  gulpfile.js 1.03 KB
  index.html 1.57 KB
  package.json 444 B
  5766OS_03_Codes
  .DS_Store 6 KB
  app
  .DS_Store 6 KB
  css
  .DS_Store 6 KB
  main.css 233 B
  secondary.css 248 B
  img
  .DS_Store 6 KB
  gulp.png 15.87 KB
  js
  main.js 50 B
  secondary.js 55 B
  dist
  all-5.css 392 B
  all.js 105 B
  img
  gulp.png 13.38 KB
  gulpfile.js 1.05 KB
  index.html 1.57 KB
  package.json 444 B
  5766OS_04_Codes
  .DS_Store 6 KB
  app
  .DS_Store 6 KB
  css
  .DS_Store 6 KB
  main.css 233 B
  secondary.css 248 B
  img
  .DS_Store 6 KB
  gulp.png 15.87 KB
  js
  main.js 50 B
  secondary.js 55 B
  dist
  all-5.css 392 B
  all.js 105 B
  browserify.js 685 B
  img
  gulp.png 13.38 KB
  gulpfile.js 1.88 KB
  index.html 1.57 KB
  package.json 444 B
  5766OS_05_Codes
  Codes
  .DS_Store 6 KB
  app
  .DS_Store 6 KB
  css
  .DS_Store 6 KB
  main.css 233 B
  secondary.css 248 B
  img
  .DS_Store 6 KB
  gulp.png 15.87 KB
  js
  main.js 50 B
  secondary.js 55 B
  dist
  all-5.css 392 B
  all.js 528 B
  img
  gulp.png 13.38 KB
  gulpfile.js 2.33 KB
  index.html 1.57 KB
  npm-debug.log 29.97 KB
  package.json 555 B
  5766OS_Code_v 4.0
  .DS_Store 8 KB
  5766OS_02_Codes
  gulp-book
  app
  css
  main.css 233 B
  secondary.css 248 B
  img
  gulp.png 15.87 KB
  js
  main.js 50 B
  secondary.js 55 B
  dist
  all-5.css 392 B
  all.js 105 B
  img
  gulp.png 13.38 KB
  gulpfile.js 1.03 KB
  index.html 1.57 KB
  package.json 444 B
  5766OS_03_Codes
  app
  css
  main.css 233 B
  secondary.css 248 B
  img
  gulp.png 15.87 KB
  js
  main.js 50 B
  secondary.js 55 B
  dist
  all-5.css 392 B
  all.js 105 B
  img
  gulp.png 13.38 KB
  gulpfile.js 1.05 KB
  index.html 1.57 KB
  package.json 444 B
  5766OS_04_Codes
  app
  css
  main.css 233 B
  secondary.css 248 B
  img
  gulp.png 15.87 KB
  js
  main.js 50 B
  secondary.js 55 B
  dist
  all-5.css 392 B
  all.js 105 B
  browserify.js 685 B
  img
  gulp.png 13.38 KB
  gulpfile.js 1.92 KB
  index.html 1.57 KB
  package.json 444 B
  5766OS_05_Codes
  .DS_Store 6 KB
  app
  css
  main.css 233 B
  secondary.css 248 B
  img
  gulp.png 15.87 KB
  js
  main.js 50 B
  secondary.js 55 B
  dist
  all-5.css 392 B
  all.js 528 B
  img
  gulp.png 13.38 KB
  gulpfile.js 2.38 KB
  index.html 1.57 KB
  package.json 552 B
  Travis Maynard - Getting Started with Gulp - 2015.epub 6.98 MB
  Travis Maynard - Getting Started with Gulp - 2015.pdf 3.97 MB

Description


Книги и журналы » Компьютерная литература » Веб-дизайн и программирование

Getting Started with Gulp

Год: 2015
Автор: Travis Maynard
Издательство: Packt Publishing
ISBN: 978-1-78439-347-2
Язык: Английский
Формат: PDF/EPUB
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 120
Описание:

Gulp is a fast and powerful JavaScript task runner that is built upon the node.js platform. It allows you to create tasks that can automate common workflow processes. Gulp.js is comparatively new and has been developed keeping in mind the issues that developers have encountered with Grunt.

Getting Started with Gulp introduces you to the world of building and testing JavaScript applications using gulp. This book is a hands-on guide to get you up to speed with gulp. It will instill you with the ability to automate several common development tasks to vastly improve your development workflow. It will get you started with gulp quickly and efficiently, providing you with core concepts of gulp, node.js, and npm.

By the end of this book, you will be able to create your very own gulp environments from scratch, create and maintain tasks and project builds, and automate your workflow with plugins and custom tasks.
[spoiler="Примеры страниц"]

[/spoiler]
[spoiler="Оглавление"]
Preface
Chapter 1: Introducing Gulp

What is gulp?
What is node.js?
Why use gulp?
Chapter 2: Getting Started
Getting comfortable with the command line
Creating your project structure
Adding content to the project
Installing node.js and npm
Installing gulp
Anatomy of a gulpfile
Writing a task
Reflection
Chapter 3: Performing Tasks with Gulp
Using gulp plugins
The styles task
The scripts task
The images task
The watch task
The default task
Chapter 4: Using Node.js Modules for Advanced Tasks
Why use plain node.js modules?
Static server
BrowserSync
Browserify
Chapter 5: Resolving Issues
Handling errors
Source ordering
Project cleanup
External configuration
Task dependencies
Source maps
Installing a source maps plugin
Appendix: Key Features and Additional Resources
Chapter 1 – Introducing Gulp
Chapter 2 – Getting Started
Chapter 3 – Performing Tasks with Gulp
Chapter 4 – Using Node.js Modules for Advanced Tasks
Chapter 5 – Resolving Issues
References
Index

[/spoiler]
До перезалития, торрент был скачан - 743 раза.
Торрент перезалит. Причина: добавлен Code.