Skip to content

Commit

Permalink
fix(bookmarklet): Split bookmarklet.js into separate TypeScript files (
Browse files Browse the repository at this point in the history
…#384)

Refactoring: contributes to #381.
  • Loading branch information
adrienjoly committed Nov 8, 2020
1 parent 32a7cf7 commit a1d03dc
Show file tree
Hide file tree
Showing 9 changed files with 914 additions and 162 deletions.
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

0 comments on commit a1d03dc

Please sign in to comment.