Skip to content

Commit

Permalink
Add gh-pages generator
Browse files Browse the repository at this point in the history
  • Loading branch information
andersforsell committed Jul 8, 2014
1 parent 1519aae commit 4505d31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ dependencies:
core_elements: any
paper_elements: any
polymer: '>=0.11.0-dev.2 <0.12.0'
dev_dependencies:
ghpages_generator: any
transformers:
- polymer:
entry_points:
Expand Down
9 changes: 9 additions & 0 deletions update-ghpages.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import 'package:ghpages_generator/ghpages_generator.dart' as gh;

main() {
new gh.Generator()
..withWeb = false
..withDocs = false
..setExamples(true)
..generate();
}

0 comments on commit 4505d31

Please sign in to comment.