Skip to content

Remove Bower#517

Merged
stefanoborini merged 7 commits into
masterfrom
remove-bower
Jun 9, 2017
Merged

Remove Bower#517
stefanoborini merged 7 commits into
masterfrom
remove-bower

Conversation

@martinRenou

Copy link
Copy Markdown
Member

No description provided.

@codecov-io

codecov-io commented Jun 7, 2017

Copy link
Copy Markdown

Codecov Report

Merging #517 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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       51

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4293d79...da02e4e. Read the comment docs.

Comment thread package.json Outdated
"url-parse": "^1.1.9"
"font-awesome": "^4.7.0",
"ionicons": "^3.0.0",
"jquery": "^3.2.1",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

remove this one and use adminlte jquery. Check all the places where we still use jquery.

Same for bootstrap.

Comment thread webpackfile-test.js Outdated

vue: path.resolve(js, "vue"),
filters: path.resolve(js, "vue/filters"),
ErrorDialog: path.resolve(js, "vue/ErrorDialog"),

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

We can't do this for all entries.

Vue.component("adminlte-box", AdminLTEBox);
Vue.component("data-table", DataTable);
Vue.component("error-dialog", ErrorDialog);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Add a comment about the objects being plain objects, not vue components. They are returned for testing purposes.

@stefanoborini stefanoborini merged commit 41c0e29 into master Jun 9, 2017
@stefanoborini stefanoborini deleted the remove-bower branch June 9, 2017 09:22
@martinRenou martinRenou mentioned this pull request Jun 9, 2017
@stefanoborini

Copy link
Copy Markdown
Contributor

Fixes #483

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.

3 participants