Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bower.json: Remove bootstrap.css from
main
Per bower/spec#43 : > Use source files with module exports and imports over pre-built distribution files. Also, the example in that PR doesn't include /dist/movement.css or /dist/movement.min.css in its `main`. If you have a complaint about this, take it up with the Bower folks: https://github.com/bower/bower.json-spec/issues
- Loading branch information
3886198
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I understand that this isn't a bootstrap issue directly, isn't it arguably grounds for a minor version bump rather than a patch? Totally broke our builds using
~3.3.4
.3886198
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just lost a bunch of hair trying to figure out why my project suddenly stopped working.
I agree with @bitwit, at least a minor change should be made. Totally breaks every app from now on that uses automatic dependency injection into HTML files in the build process (like mine).
3886198
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow. This change freaked me out a bit.
3886198
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #16663 for further discussion.
3886198
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is insane. A minor version bump is the least you could do. I spent an hour debugging why my project suddenly did not add the default bootstrap styles anymore.
3886198
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot ! I spent an hour trying to find out why my app was crashing ...
3886198
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bitwit yeah, this is rediculous
3886198
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, in hindsight we should've communicated this better and bumped the minor version. Apologies for the ongoing hiccup folks <3.
3886198
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe isn't a bootstrap issue directly, but it was absolutely unnecessary. It should be obviously that will cause a lot of headache:
#16663