Skip to content
Merged
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ A tldr version follows:
installed, and then run `bundle install`
* Create a branch.
* Make your changes.
* To test your changes, run `bundle exec jekyll serve`
* To test your changes, run `bundle exec jekyll serve` (or
`jekyll serve -w --force_polling`)

## Code Snippet Validation

Expand All @@ -27,5 +28,5 @@ its own file and checked for analysis issues. Some ways to tweak that:
- if a code snippet should not be analyzed, immediately proceed it with a `<!-- skip -->` comment
- to include code to be analyzed, but not displayed, add that in a comment
immediately proceeding the snippet (e.g., `<!-- someCodeHere(); -->`)
- a snippet without any import statements will have an `import 'package:flutter/material.dart';`
- a snippet without any import statements will have an import (`'package:flutter/material.dart'`)
automatically added to it