-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add npm support and remove bower support
- Loading branch information
1 parent
d166e13
commit b09b1bc
Showing
31 changed files
with
8,078 additions
and
11,300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Dependencies | ||
node_modules/ | ||
bower_components/ | ||
|
||
# Generated files | ||
.tmp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
b09b1bc
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.
It broke our app, we install your UI via bower. We need version "target": "~0.7.0". Is there any other source? NPM? Seduo.cz
b09b1bc
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.
@MartinKristof Bootstrap UI < 3.0.0 is still available via Bower (and will be as we heavily depend on it), >= 3.0.0 is on npm only.
Isn't it that you still use the old name
synergic-ui
? Synergic UI was renamed to Bootstrap UI ~2 years ago when the first stable version 1.0.0 was released. We unregistered this old name from Bower recently. If it's the case, changing dependency in yourbower.json
tobootstrap.ui
should fix it.b09b1bc
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.
As it is said in commit message, BUI version 3.0 supports installation over npm only. Bower itself says that bower is obsolete and we should use npm, yarn or Webpack instead. Older versions of BUI still support installation over bower.
b09b1bc
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.
Yeah, I know that the Bower is obsolete. Fixed with rename. Thank you!