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

Commit

Permalink
No longer include platform in a polymer build!
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Nov 16, 2013
1 parent 3baf1bc commit 875d0e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[
"../platform-dev/build.json",
"src/polymer.js",
"src/boot.js",
"src/lib/lang.js",
Expand Down
14 changes: 1 addition & 13 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 875d0e6

Please sign in to comment.