From 875d0e68540af399f12c5e0a20f1c4867a826369 Mon Sep 17 00:00:00 2001 From: Steve Orvell Date: Fri, 15 Nov 2013 18:18:20 -0800 Subject: [PATCH] No longer include platform in a polymer build! --- build.json | 1 - gruntfile.js | 14 +------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/build.json b/build.json index 44e7f8e..638477d 100644 --- a/build.json +++ b/build.json @@ -1,5 +1,4 @@ [ - "../platform-dev/build.json", "src/polymer.js", "src/boot.js", "src/lib/lang.js", diff --git a/gruntfile.js b/gruntfile.js index 3bc9978..3b7ccc0 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -68,19 +68,7 @@ module.exports = function(grunt) { polymer: { options: { repos: [ - '.', - '../CustomElements', - '../HTMLImports', - '../MutationObservers', - '../NodeBind', - '../PointerEvents', - '../PointerGestures', - '../ShadowDOM', - '../TemplateBinding', - '../WeakMap', - '../observe-js', - '../platform', - '../polymer-expressions' + '.' ] }, dest: 'build.log',