forked from projectcaluma/ember-caluma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: move to monorepo structure with multiple packages
BREAKING CHANGE: This will completely change the way ember-caluma is used. A migration guide will be added in time.
- Loading branch information
Showing
761 changed files
with
5,392 additions
and
4,803 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,28 @@ | ||
# unconventional js | ||
/blueprints/*/files/ | ||
/vendor/ | ||
**/blueprints/*/*files/ | ||
**/vendor/ | ||
|
||
# compiled output | ||
/dist/ | ||
/tmp/ | ||
**/dist/ | ||
**/tmp/ | ||
|
||
# dependencies | ||
/bower_components/ | ||
/node_modules/ | ||
**/bower_components/ | ||
**/node_modules/ | ||
|
||
# misc | ||
/coverage/ | ||
**/coverage/ | ||
!.* | ||
/.yarn/ | ||
/.git/ | ||
|
||
# ember-try | ||
/.node_modules.ember-try/ | ||
/bower.json.ember-try | ||
/package.json.ember-try | ||
**/.node_modules.ember-try/ | ||
**/bower.json.ember-try | ||
**/package.json.ember-try | ||
|
||
# ember-cli-addon-docs | ||
/tests/dummy/app/snippets/ | ||
packages/-ember-caluma/app/snippets/ | ||
|
||
# TODO remove | ||
packages/-ember-caluma/testem.browserstack.js |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
# See https://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# compiled output | ||
/dist/ | ||
/tmp/ | ||
dist/ | ||
tmp/ | ||
|
||
# dependencies | ||
/bower_components/ | ||
/node_modules/ | ||
bower_components/ | ||
node_modules/ | ||
|
||
# misc | ||
/.sass-cache | ||
/connect.lock | ||
/coverage/ | ||
/libpeerconnection.log | ||
/npm-debug.log* | ||
/testem.log | ||
/yarn-error.log | ||
*.swp | ||
*.swo | ||
.env* | ||
.pnp* | ||
.sass-cache | ||
.eslintcache | ||
connect.lock | ||
coverage/ | ||
libpeerconnection.log | ||
npm-debug.log* | ||
testem.log | ||
yarn-error.log | ||
|
||
# ember-try | ||
/.node_modules.ember-try/ | ||
/bower.json.ember-try | ||
/package.json.ember-try | ||
.node_modules.ember-try/ | ||
bower.json.ember-try | ||
package.json.ember-try |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# TODOs after the monorepo migration: | ||
|
||
- [ ] Test coverage | ||
- [ ] Browserstack tests | ||
- [ ] Update all documentation and installation guides | ||
- [ ] Write migration guide from v8.x to v9.x | ||
- [ ] Initial release of @projectcaluma/ember-xy packages | ||
- [ ] Automated releasing with semantic-release | ||
- [ ] Dependabot config |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.