Skip to content

Conversation

@Swiip
Copy link
Owner

@Swiip Swiip commented Nov 25, 2014

2 new things :

  • Add an optional question if you choose Bootstrap to ask if you want to add UI-Bootstrap, AngularStrap, the standard JS files of Bootstrap or nothing
  • Add Angular Material in the UI Framework question

update to yeoman generator 0.18 and create bootstrap components optional question

rollback to yeoman generator 0.17 as it's not needed anymore and has other impacts

handle wiredep bootstrap exclusions with new props

first version of material option working

first page layout for material

reproduce angular material sass for css and less

add new options in tests cases

add and fix tests
app/index.js Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zckrs pushed a commit that referenced this pull request Nov 26, 2014
@zckrs zckrs merged commit d39c32f into master Nov 26, 2014
@zakdances
Copy link

I like the material design inclusion. Interesting choice.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I may be wrong, but I think there should be no else as javascript file must be excluded from wiredep when using ui-boostrap or angular-strap. (I'm working on foundation equivalent with angular-foundation).

if(this.props.cssPreprocessor.extension === 'scss') {
  this.wiredepExclusions.push('/bootstrap-sass-official/');
}
this.wiredepExclusions.push('/bootstrap.js/');

@Swiip Swiip deleted the uibootstrap-and-material branch September 9, 2015 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants