Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[No ticket] Remove bower #751

Conversation

futa-ikeda
Copy link
Contributor

@futa-ikeda futa-ikeda commented Jun 22, 2023

Purpose

  • Remove bower and hopefully have stuff build on jenkins

Summary of Changes/Side Effects

  • Removed bower and references to it
  • Added remaining dependencies in bower.json to package.json
  • Remove ember-sanitize as it is still using bower in favor of ember-cli-string-helpers

Testing Notes

Ticket

[No ticket]

Notes for Reviewer

Reviewer Checklist

  • meets requirements
  • easy to understand
  • DRY
  • testable and includes test(s)
  • changes described in CHANGELOG.md

Copy link
Contributor

@brianjgeiger brianjgeiger left a comment

Choose a reason for hiding this comment

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

That's a stumper why the build is failing. Hmmm.

Aside from that, only one suggestion.

package.json Outdated
@@ -112,7 +111,9 @@
"url": "https://github.com/CenterForOpenScience/ember-osf-preprints/issues"
},
"homepage": "https://github.com/CenterForOpenScience/ember-osf-preprints#readme",
"dependencies": {},
"dependencies": {
"jquery-tags-input": "^1.3.5"
Copy link
Contributor

Choose a reason for hiding this comment

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

This should probably be in dev-dependencies

@futa-ikeda futa-ikeda merged commit 6e67a52 into CenterForOpenScience:feature/search-improvements Jun 23, 2023
@futa-ikeda futa-ikeda deleted the no-bower branch June 23, 2023 15:39
adlius pushed a commit that referenced this pull request Sep 7, 2023
## Purpose
- Remove bower and hopefully have stuff build on jenkins

## Summary of Changes/Side Effects
- Removed bower and references to it
- Added remaining dependencies in bower.json to package.json
- Remove ember-sanitize as it is still using bower in favor of ember-cli-string-helpers
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.

2 participants