Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: Makefile

Issue 11577007: generate dartisans from playlist, keep everything up to date (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: tweaks from review Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | README » ('j') | README » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 1761fd3747c84a54c991078e05cce699f521efc9..4d0d857fcc318db131bd600caa2c63ec62016b1c 100644
--- a/Makefile
+++ b/Makefile
@@ -26,3 +26,6 @@ optimize:
o2:
@find . -iname *.png | xargs -L 1 optipng -o2
+
+dartisansplaylist:
+ dart scripts/gen_dartisans_playlist.dart
« no previous file with comments | « no previous file | README » ('j') | README » ('J')

Powered by Google App Engine
This is Rietveld 408576698