Sergii Lavrin
Sergii Lavrin
Okey, after all, it seems to be needed to avoid some stupid mistakes. We will validate only _build_. So, it will be part of `npm postbuild`. We can't validate in...
Constantly failing Greenkeeper tests due to modified files checks and always modified `package-lockfile.json` starts to be really annoying. It becomes even worse, when the user uses NPM older than the...
See [details](https://webmasters.googleblog.com/2013/04/x-default-hreflang-for-international-pages.html) and [here](https://support.google.com/webmasters/answer/189077?hl=ru)
Kotsu definitely becoming bigger and updating it within 3rd-party projects becomes harder. As a potential solution, we could move into standalone NPM modules pieces, which are less likely to be...
Okey, we have I "minor" issue here. For quite long time JavaScript didn't have access to Kotsu data, and it still doesn't have. It is the only remaining element of...
It would be great, if we could make some of Grunt configs available to Sass, to avoid hardcoding in Sass. It will result in more unified approach, when all important...
Not sure it have to go into core, but for now let's keep that issue here. Some useful resources: - https://github.com/danmaz74/ABalytics - http://romainstrock.com/easyAB/ - http://blog.alexmaccaw.com/abba - http://support.kissmetrics.com/a-b-testing/using-km-js/ - http://nopreset.ru/blog/eksperimentyi/a-b-testirovanie-na-sayte-s-pomoshhyu-js-i-yandeks-metriki/ (example...
As we know from articles like [this one](https://mathiasbynens.github.io/rel-noopener/), as of right now anchors with `target='_blank` are unsafe. Potential fix would be adding `rel='noopener'` to every anchor with target. But, I'm...
We definitely need some automated way to test this. * https://github.com/addyosmani/a11y * https://github.com/pa11y/pa11y * https://github.com/dequelabs/axe-core (most modern, used by Lighthouse) and related https://www.npmjs.com/package/gulp-axe-core * Running whole Lighthouse (see [Gulp example](https://github.com/GoogleChrome/lighthouse/blob/master/docs/recipes/gulp/gulpfile.js))...