Skip to content

Instantly share code, notes, and snippets.

View MikeMitterer's full-sized avatar
🎯
Focusing

Mike Mitterer MikeMitterer

🎯
Focusing
View GitHub Profile
@MikeMitterer
MikeMitterer / snipptet-for-dart
Last active January 4, 2016 08:39
Two simple helper snippets for build.dart (entryPoints) + pubspec.yaml (transformers)
pubspec.yaml
---snip---
echo "transformers:" && echo "- polymer:" && echo " entry_points:" && find web -name "index.html" | sed "s/\(.*\)/ - \1/g"
---snap---
Produces:
transformers:
- polymer:
entry_points:
- web/auto_complete/index.html