In this tutorial we'll consider a very useful plugin browsersync. Browsersync reload browser itself after some changes in files (html/css/js etc) appears.Browsersync's available for Grunt and Gulp. To set browsersync in the project it needs to define config for...
Developer tools
Gulp. Compile typescript and minify js
In the final Gulp tutorial we'll consider decisions for compile typescript and minify javascript.We'll use gulp-typescript to compile typescript. For minify final javascript we'll use gulp-uglify plugin. Besides it's important to note about two gulp core methods,...
Gulp. Minify CSS. Watch mode
In this video we will continue working with Gulp. Today we'll discuss css minification and eatch mode from gulp core api.CSS minification is very important. task. Browser loads page quicklier with minified resources (css, js, html etc.). For css minification I...
Gulp. Plugins. Compile SCSS to CSS
We continue Gulp learning. Today we'll consider Gulp plugins necessity, install one of it (for compile Sass to CSS).You need to install plugins to complete different frontend tasks with Gulp. It is installed as simple npm packages.We'll use gulp-sass plugin for...
Gulp introduction
Today we start learning Gulp - the powerful tool for fas completing different frontend tasks.While development frontend project with modern tools (css preprocessors, typescript, etc.) we often need complete the same tasks a lot of time. For this process simplicity...
Sublime text. Package manager
In this tutorial I'll tell you about installation and usage of package control in sublime text. It increases your work performance in sublime text. We'll install bootstrap 3 package (for fast bootstrap code generate) and emmet You can find the list of packages and...
Sublime Text. Installation. Snippets
Many of you asked me to make screencast about text editor, I was writing code - sublime text. Sublime text is very popular text editor. Except it I would like to note there are two another powerful text editors - notepad ++ and atom. In this lesson we'll install...