Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 875d0e6

Browse files
committed
No longer include platform in a polymer build!
1 parent 3baf1bc commit 875d0e6

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[
2-
"../platform-dev/build.json",
32
"src/polymer.js",
43
"src/boot.js",
54
"src/lib/lang.js",

gruntfile.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,7 @@ module.exports = function(grunt) {
6868
polymer: {
6969
options: {
7070
repos: [
71-
'.',
72-
'../CustomElements',
73-
'../HTMLImports',
74-
'../MutationObservers',
75-
'../NodeBind',
76-
'../PointerEvents',
77-
'../PointerGestures',
78-
'../ShadowDOM',
79-
'../TemplateBinding',
80-
'../WeakMap',
81-
'../observe-js',
82-
'../platform',
83-
'../polymer-expressions'
71+
'.'
8472
]
8573
},
8674
dest: 'build.log',

0 commit comments

Comments
 (0)