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

fix(bookmarklet): Split bookmarklet.js into separate TypeScript files #384

Merged
merged 16 commits into from
Nov 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ More generally, make sure to follow these three principles:
- **config** Database initialization scripts, http routes, and other configuration files
- **cypress** End-to-End tests
- **docs** API documentation and other references documents
- **misc** Code of browser extension
- **public** Frontend assets: images, css, js files
- **misc** Code of browser extension
- **public** Frontend assets: images, css, js files
- **scripts** Utilities for production and data analatics
- **test** Integration and unit tests

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"url": "https://github.com/openwhyd/openwhyd.git"
},
"scripts": {
"build:bookmarklet": "scripts/transpile-bookmarklet.sh",
"doc:serve": "cd docs && gem install bundler && bundle install && bundle exec jekyll serve --incremental",
"semantic-release": "semantic-release",
"contributors:add": "all-contributors add",
Expand Down
Loading