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

Unified Diff: perf/server/Makefile

Issue 380733002: Add the Polymer object observe library and add a test that it works. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 5 months 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 | « perf/server/Gruntfile.js ('k') | perf/server/bower.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/server/Makefile
diff --git a/perf/server/Makefile b/perf/server/Makefile
index 7822ef0215be4f4dbf55db25b73ca15bc0a35a11..07a30bee24b791b9e716475a00482190f464fd07 100644
--- a/perf/server/Makefile
+++ b/perf/server/Makefile
@@ -16,11 +16,11 @@ ingest: src/ingest/ingest.go src/ingest/ingest_main.go
go build src/ingest/ingest.go src/ingest/ingest_main.go
# Rebuild the third_party Javascript we use, i.e. Flot.
-res/js/perf.js: node_modules
+res/js/perf.js: node_modules Gruntfile.js bower.json
./node_modules/.bin/grunt
# Build serving CSS from input CSS.
-res/css/perf.css: node_modules res/css/main.css
+res/css/perf.css: node_modules res/css/main.css Gruntfile.js bower.json
./node_modules/.bin/grunt css
node_modules: package.json
« no previous file with comments | « perf/server/Gruntfile.js ('k') | perf/server/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698