Git Product home page Git Product logo

Comments (7)

stefanpenner avatar stefanpenner commented on May 29, 2024

@rwjblue should confirm, but it should also be possible for us to delete extra directories not actually used by the addon. If not, we should open an ember-cli issue so that it becomes possible.

Although the addon generator spews out lots of folders to make it easy for the general case, specialized plugins shouldn't include the same directory soup.

I have opened a tracking issue: ember-cli/ember-cli#2404

from ember-cli-dependency-checker.

stefanpenner avatar stefanpenner commented on May 29, 2024

@quaertym I will test this addon in some of my apps after work today :)

from ember-cli-dependency-checker.

quaertym avatar quaertym commented on May 29, 2024

@stefanpenner Please do, my team greatly benefitted from this.

I tag the item with the commit that fixes it above. Some them are not very clear though.

from ember-cli-dependency-checker.

quaertym avatar quaertym commented on May 29, 2024

@stefanpenner Please review completed items if you have time.

For the open items:

i feel this should be an ember-cli thing, and we should always include the stack

Does this contradict with what @rwjblue suggested here #4?

it might be strange that the EmberCLIDependencyChecker constructor has sideaffects beyond setting up the object

When the object is constructed, we want to immediately check dependencies. Is there a better way to do this? (edit: I think this is what we want.)

will https://github.com/quaertym/ember-cli-dependency-checker/blob/v0.0.5/index.js#L30-L31 be a problem if people bower link or npm link to different versions?

This is the output when you specified ember-cli v0.1.1 in your package.json and npm link ember-cli v0.1.2: (edit: It seems alright.)

version: 0.1.2-master-602a1c4558

Missing npm packages: 
Package: ember-cli
  * Specified: 0.1.1
  * Installed: 0.1.2

Run `npm install` to install missing dependencies.

from ember-cli-dependency-checker.

quaertym avatar quaertym commented on May 29, 2024

@rwjblue any comments on @stefanpenner 's feedback and the last open item?

from ember-cli-dependency-checker.

quaertym avatar quaertym commented on May 29, 2024

@stefanpenner any comments about the last open item?

from ember-cli-dependency-checker.

stefanpenner avatar stefanpenner commented on May 29, 2024

The last open item would be wonderful but doesn't block us. Some future refactoring can tackle it

from ember-cli-dependency-checker.

Related Issues (20)

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.