Remove Bower#517
Merged
Merged
Conversation
There was an issue when loading blanket
Codecov Report
@@ Coverage Diff @@
## master #517 +/- ##
=======================================
Coverage 95.25% 95.25%
=======================================
Files 88 88
Lines 3960 3960
Branches 248 248
=======================================
Hits 3772 3772
Misses 137 137
Partials 51 51Continue to review full report at Codecov.
|
martinRenou
commented
Jun 8, 2017
| "url-parse": "^1.1.9" | ||
| "font-awesome": "^4.7.0", | ||
| "ionicons": "^3.0.0", | ||
| "jquery": "^3.2.1", |
Member
Author
There was a problem hiding this comment.
remove this one and use adminlte jquery. Check all the places where we still use jquery.
Same for bootstrap.
|
|
||
| vue: path.resolve(js, "vue"), | ||
| filters: path.resolve(js, "vue/filters"), | ||
| ErrorDialog: path.resolve(js, "vue/ErrorDialog"), |
Member
Author
There was a problem hiding this comment.
We can't do this for all entries.
stefanoborini
approved these changes
Jun 9, 2017
| Vue.component("adminlte-box", AdminLTEBox); | ||
| Vue.component("data-table", DataTable); | ||
| Vue.component("error-dialog", ErrorDialog); | ||
|
|
Contributor
There was a problem hiding this comment.
Add a comment about the objects being plain objects, not vue components. They are returned for testing purposes.
Closed
Contributor
|
Fixes #483 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.