bem / bem-express

BEM project-stub with BEMTREE and express
43 stars 19 forks source link

enb@1.4.0 untested ⚠️ #54

Closed greenkeeperio-bot closed 7 years ago

greenkeeperio-bot commented 8 years ago

Hello lovely humans,

enb just published its new version 1.4.0.

State No tests :warning:
Dependency enb
New version 1.4.0
Type devDependency

This version is covered by your current version range, but I could not detect automated tests for this project. Without a test suite I can not really tell whether your project still works.

I was looking at the latest commit of your default branch, but GitHub said there is no status attached to it.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right? Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project :sparkles:

You rock!

:palm_tree:


GitHub Release

Profiler

Добавлен profiler для таргетов и технологий (@blond, @emelyanovtv #476, #482, #490, #500, #502, #505, #506).

CLI

Чтобы получить информацию о времени работы технологий используйте опцию --profiler.

$ enb make --profiler

Чтобы получить подробную информацию о времени работы каждого таргета используйте опцию --profiler со значением targets.

$ enb make --profiler=targets

Чтобы получить процентили для времени работы технологий используйте опцию --profiler-percentiles.

$ enb make --profiler-percentiles=25,50,95

API

В режиме профилирования enb.make() возвращает объект со следующими полями:

var enb = require('enb');

enb.make({ profiler: true })
    .then(function(data) {
        console.log(data.techMetrics);
        console.log(data.buildTimes);
    });

Исправления ошибок

Зависимости

Commits


The new version differs by 103 commits .

There are 103 commits in total. See the full diff.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? :zap: greenkeeper upgrade