manland / draw-my-project

A grunt plugin that draws your javascript project dependencies.
http://manland.github.io/draw-my-project
MIT License
4 stars 1 forks source link

Ignore the 'is never used' advice on directives and filters #40

Closed julien-lafont closed 10 years ago

julien-lafont commented 10 years ago

Most directives and filters are only used in templates, so it's generaly not an error that the element is not used (maybe a warn or something lighter)

manland commented 10 years ago

Linked to #28

manland commented 10 years ago

Done with gravity 0 (notserious) : https://github.com/manland/draw-my-project/blob/master/tasks/advices/NotUsed.js#L24

Can be desable with : options: {notUsed: false} (but desable all not used advices)

Soon more options