soulim / ember-cli-bootstrap-datepicker

Datepicker component for Ember CLI
http://sul.im/ember-cli-bootstrap-datepicker
MIT License
67 stars 57 forks source link

Do not add vendor to the tree when it is not here #109

Closed dnesteryuk closed 6 years ago

dnesteryuk commented 6 years ago

Apparently, some projects don't have vendorTree option (config?!). It is true for our project :wink: There is another PR which confirms my assumption.

When vendorTree is undefined, Brocolli fails to build a project.

soulim commented 6 years ago

Isn't the same fix has been submitted recently in https://github.com/soulim/ember-cli-bootstrap-datepicker/pull/108?

dnesteryuk commented 6 years ago

@soulim you are right, I missed that one :blush: