JS | Glivera Team Frontend Development Agency

Automatic layout testing with BackstopJS

Automatic layout testing with BackstopJS
in Front-end | April 15, 2020

Hi, developer! A frequent problem of a layout designer is that he corrects styles in one place, but he sees changes in several places. And the layout designer notices it too late. In this post, I will talk about regression testing. The essence of the method is that you take screenshots of the site (not […]

2 Javascript functions to speed up the layout creation

2 Javascript functions to speed up the layout
in Front-end | December 15, 2019

Hi, developer! Recently, our team thought that some things we do too often, and we need to optimize these processes. We have written 2 functions that help us to slice faster. To use these functions you need to connect jQuery (even if you have declaimed from it, connect it temporarily). Collect classes from the BEM […]

Getting started with gulp.js

Getting started with gulp.js
in Front-end | October 13, 2018

Hi, developer! To automate routine, repetitive processes, we use gulp.js. We use the following features in our template: compiling scss in css, pug in html automatic tagging of vendor prefixes image optimization script concatenation script and style compression creation of icon fonts and svg sprites html validation check These are basic features and there are […]