Giter Club home page Giter Club logo

broccoli-viz's Introduction

ember-cli

Latest npm release GitHub Actions CI Test Coverage Code Climate

The Ember.js command line utility.

Features

  • Asset build pipeline using Broccoli.js
  • ES6 transpilation using Babel
  • Project structure conventions using ES6 module syntax
  • Development server including live-reload and API proxy
  • File/Project generator using blueprints
  • Unit, Integration and Acceptance test support using Testem
  • Powerful addon system for extensibility

Installation

npm install -g ember-cli

Usage

After installation the ember CLI tool will be available to you. It is the entrypoint for all the functionality mentioned above.

You can call ember <command> --help to find out more about all of the following commands or visit https://cli.emberjs.com/release/ to read the in-depth documentation.

Documentation

Please refer to the CLI guides for help using Ember CLI.

Contributing

Please see the contributing guidelines

Community

License

This project is licensed under the MIT License.

broccoli-viz's People

Contributors

benblank avatar chadhietala avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar greenkeeper[bot] avatar greenkeeperio-bot avatar hjdivad avatar locks avatar ming-codes avatar rwjblue avatar stefanpenner avatar turbo87 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

broccoli-viz's Issues

output just a dependency tree?

Is it possible to just output a dependency tree? I'm unsure if that would be in scope for this module. I'd be happy to take a stab at implementing.

command not recognized

Hi,

After installing broccoli viz globally is there some configuration needed as I am getting following when I run BROCCOLI_VIZ=1 ember build

BROCCOLI_VIZ=1 : The term 'BROCCOLI_VIZ=1' is not recognized as the name of a cmdlet,

Use TravisCI

... to make GreenKeeper more happier ๐Ÿ˜‰

broccoli-viz crashes

After doing:

BROCCOLI_VIZ=1 SITE=sitename ember build I get a number of instrumentation files:
https://www.dropbox.com/s/df4zovvqhbyfygj/instrumentation.zip?dl=0

When I run:
broccoli-viz instrumentation.build.0.json > instrumentation.build.0.dot

It crashes:


/usr/local/Cellar/node@6/6.14.1/lib/node_modules/broccoli-viz/lib/build-graph.js:23
  node.children.forEach(function (id) {
      ^

TypeError: Cannot read property 'children' of undefined
    at visitPostOrder (/usr/local/Cellar/node@6/6.14.1/lib/node_modules/broccoli-viz/lib/build-graph.js:23:7)
    at /usr/local/Cellar/node@6/6.14.1/lib/node_modules/broccoli-viz/lib/build-graph.js:25:5
    at Array.forEach (native)
    at visitPostOrder (/usr/local/Cellar/node@6/6.14.1/lib/node_modules/broccoli-viz/lib/build-graph.js:23:17)
    at annotateNodes (/usr/local/Cellar/node@6/6.14.1/lib/node_modules/broccoli-viz/lib/build-graph.js:32:3)
    at module.exports (/usr/local/Cellar/node@6/6.14.1/lib/node_modules/broccoli-viz/lib/build-graph.js:79:10)
    at Object.processNodes [as process] (/usr/local/Cellar/node@6/6.14.1/lib/node_modules/broccoli-viz/lib/process.js:5:15)
    at Object.<anonymous> (/usr/local/Cellar/node@6/6.14.1/lib/node_modules/broccoli-viz/bin/broccoli-viz:35:25)
    at Module._compile (module.js:577:32)
    at Object.Module._extensions..js (module.js:586:10)

Filter out 0ms nodes

Is there a way to filter out nodes that report 0ms?

I'd like to get to the bottom of our build time issues and broccoli-viz is incredibly helpful. However the output is cluttered with hundreds of 0ms nodes that aren't contributing to the problem. They're mostly Addon#treeFor. Is there a straightforward way to remove those without affecting the integrity of the visualization?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.