toddjordan / ember-cli-dynamic-forms

An Ember addon for creating dynamic forms
http://toddjordan.github.io/ember-cli-dynamic-forms/
MIT License
35 stars 16 forks source link

Add the ability to disable the inclusion of certain assets. #43

Closed tomtom5152 closed 8 years ago

tomtom5152 commented 8 years ago

Hit a problem with the bootstrap assets that are included causing an issue with another CSS framework (namely foundation). Added some config options that can be set in each apps ember-cli-build.js to control this behaviour.

toddjordan commented 8 years ago

@tomtom5152 Thanks for contributing this! I plan to try it out this week and hopefully merge/cut a release this weekend.