Commit a4d8dca9 authored by Nikolay Gromov's avatar Nikolay Gromov

Быстрый фикс бага с длительной сборкой (спасибо @erkinaltai)

parent 1b843a31
# Стартовый проект с gulp ![Test Status](https://travis-ci.org/nicothin/NTH-start-project.svg?branch=master) [![devDependencies Status](https://david-dm.org/nicothin/NTH-start-project/dev-status.svg)](https://david-dm.org/nicothin/NTH-start-project?type=dev) [![dependencies Status](https://david-dm.org/nicothin/NTH-start-project/status.svg)](https://david-dm.org/nicothin/NTH-start-project)
**Внимание! Сейчас в сборке есть неисправленный (и не найденный пока) баг со скоростью сборки (без к-л изменений в коде сборка стилей занимаете теперь не 2 секунды, а 20). Пока это не исправлено, начинайте работу с каким-либо другим стартовым репозиторием.** [Ишью по теме](https://github.com/nicothin/NTH-start-project/issues/53)
<table>
<thead>
<tr>
......
......@@ -69,14 +69,6 @@ let postCssPlugins = [
atImport(),
inlineSVG(),
objectFitImages(),
imageInliner({
// Осторожнее с именами файлов картинок! Добавляйте имя блока как префикс к имени картинки.
assetPaths: [
'src/blocks/**/bg-img/',
],
// Инлайнятся только картинки менее 5 Кб.
maxFileSize: 5120
})
];
// Очистка папки сборки
......
......@@ -27,7 +27,7 @@ $border-radius: rem(3px) !default;
font-size: 1em;
font-family: inherit;
line-height: $line-height;
text-decoration: none;
text-decoration: underline;
text-transform: none;
color: $text-color;
border-radius: $border-radius;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment