Skip to content

feat(angular2-app): allow to easily add vendor files #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

cironunes
Copy link
Member

to be able to easily add vendor files in generated projects:

var Angular2App = require('angular-cli/lib/broccoli/angular2-app');

module.exports = function(defaults) {
  var app = new Angular2App(defaults, {
    vendorFiles: ['material-design-lite/material.css']
  });
  return app.toTree();
}

@michikono
Copy link

+1

@filipesilva
Copy link
Contributor

@cironunes This other PR seems to be more complete, what do you think? #135

@cironunes cironunes closed this Jan 24, 2016
@cironunes
Copy link
Member Author

Closed in favor of #135

@cironunes cironunes reopened this Jan 31, 2016
@cironunes
Copy link
Member Author

@filipesilva actually this is another thing. This helps to add vendor files, any of them, not just ng libraries. Can you review this one?

Closes #140

@filipesilva
Copy link
Contributor

Got it. Lgtm but seems to have merge conflicts, can you look at that?

@cironunes
Copy link
Member Author

sure

to be able to easily add vendor files in generated projects:

var Angular2App = require('angular-cli/lib/broccoli/angular2-app');

module.exports = function(defaults) {
  var app = new Angular2App(defaults, {
    vendorFiles: ['material-design-lite/material.css']
  });
  return app.toTree();
}
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants