-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial setup, docker, compose, gem updates * Initial script cleanup * dart channel sums for new version * finish test scripts, add bootstrap, relocate/refactor scss, remove all jekyll assets tags * reformat files, prepare for build action test * check sums * fix arch test command * remove tests for check sums * add defaults to check sums * update sums, format check file, test build only * Add node and firebase install to action * test link checker * Test check links step * check links script * Update tests, build * update analyze/test, fix test paths for action * fix path, missing vars * dart linkcheck, fix skip file, remove npm package * add dart install to build * Debug stage action task * Add back tests * css cleanup, QA bug fixes * Update src/overview.md Co-authored-by: Parker Lougheed <parlough@gmail.com> * Update src/multiplatform-apps.md Co-authored-by: Parker Lougheed <parlough@gmail.com> * Update src/multiplatform-apps.md Co-authored-by: Parker Lougheed <parlough@gmail.com> * Update src/_tutorials/web/get-started.md Co-authored-by: Parker Lougheed <parlough@gmail.com> * Update src/_guides/libraries/writing-package-pages.md Co-authored-by: Parker Lougheed <parlough@gmail.com> * Update src/_guides/libraries/create-library-packages.md Co-authored-by: Parker Lougheed <parlough@gmail.com> * Update src/_guides/libraries/writing-package-pages.md Co-authored-by: Parker Lougheed <parlough@gmail.com> * Update README * Remove node_modules mirror, overwrite robots * Reformat lang tour files again * Replace references to master with main * Change compose emulation port * Add staging task, use fb deploy action * Update src/_guides/libraries/create-library-packages.md Co-authored-by: Parker Lougheed <parlough@gmail.com> Co-authored-by: Parker Lougheed <parlough@gmail.com>
- Loading branch information
Showing
203 changed files
with
2,768 additions
and
2,469 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Dart.dev", | ||
"dockerComposeFile": "../docker-compose.yml", | ||
"extensions": [ | ||
"dart-code.dart-code" | ||
] | ||
} |
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,6 @@ | ||
AUTHORS | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
deploy/ | ||
.github/ |
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,37 +1,32 @@ | ||
*.iml | ||
*.js.deps | ||
*.pyc | ||
*.swp | ||
_asset_bundler_cache | ||
_bookhtml | ||
_cache/ | ||
_site/ | ||
.*-cache | ||
.*-metadata | ||
.buildlog | ||
.dart_tool | ||
.DS_Store | ||
.env* | ||
.firebase | ||
.idea | ||
.packages | ||
.pub | ||
.*-cache/ | ||
.vscode | ||
.spelling | ||
_asset_bundler_cache | ||
_bookhtml | ||
_cache/ | ||
_site | ||
.vscode | ||
*.cache | ||
*.iml | ||
*.js.deps | ||
*.log | ||
*.pyc | ||
*.swp | ||
*.zip | ||
build | ||
node_modules/ | ||
firebase-debug.log | ||
node_modules | ||
pubspec.lock | ||
|
||
# We haven't had any issues due to npm (sub-)package version discrepancies, | ||
# so we'll ignore the npm lock file for now. | ||
package-lock.json | ||
|
||
src/site/events/2015/summit/node_modules | ||
|
||
/src/_data/ci.yaml | ||
|
||
# Cache files | ||
*.cache | ||
.jekyll-metadata | ||
tmp | ||
|
||
# Misc | ||
tmp | ||
trash | ||
firebase-debug.log | ||
/src/_data/ci.yaml |
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
Oops, something went wrong.