From cc2663d1f7603d08391b4f18ba5824ff5bf81972 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Tue, 26 May 2015 14:54:38 -0700 Subject: [PATCH] Add back Polymer.version string Replace version string when releasing Fixes #1625 --- gulpfile.js | 4 ++ polymer-micro.html | 114 +++++++++++++++++++++++---------------------- 2 files changed, 63 insertions(+), 55 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 9504697fdf..6f768d9667 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -33,9 +33,13 @@ var distMicro = path.join(workdir, micro); var distMini = path.join(workdir, mini); var distMax = path.join(workdir, max); +var pkg = require('./package.json'); + var cleanupPipe = lazypipe() // Reduce script tags .pipe(replace, /<\/script>\s* - + + + + + + + + + + + + + +