Git Product home page Git Product logo

meteor-polymer-paper's People

Contributors

boxxa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

meteor-polymer-paper's Issues

Extra HTML header in rendered HTML.

Hi,

I have the following for the head:

<head>
    <title>Jit</title>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

    <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
    <link rel="import" href="/bower_components/polymer/polymer.html">

    <link rel="import" href="/bower_components/paper-drawer-panel/paper-drawer-panel.html">
    <link rel="import" href="/bower_components/paper-toolbar/paper-toolbar.html">
    <link rel="import" href="/bower_components/paper-header-panel/paper-header-panel.html">

</head>

And the following for the content template:

<template name="mobileIndexTemplate">
    <paper-drawer-panel>
        <paper-header-panel drawer>
            <paper-toolbar>
                <div>Application</div>
            </paper-toolbar>
            <div> Drawer content... </div>
        </paper-header-panel>
        <paper-header-panel main>
            <paper-toolbar>
                <paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
                <div>Title</div>
            </paper-toolbar>
            <div> Main content... </div>
        </paper-header-panel>
    </paper-drawer-panel>
</template>

For some reason, it is adding an extra html header in the resulting HTML.
screen shot 2015-06-28 at 4 00 48 am

This is the full view of the output. I am using the iron-router. This only appears when I enable this package from within another package because all my code is in a package.

screen shot 2015-06-28 at 3 59 28 am

Can't run

meteor add boxxa:polymer-paper
meteor run

=> Started proxy.
=> Started MongoDB.
I20150919-17:52:12.485(2)? installing polymer into public directory...
I20150919-17:52:20.768(2)? Polymer exist already. To reinitialize, remove bower_components from your public/ folder
I20150919-17:52:21.315(2)? installing polymer-paper-elements
W20150919-17:52:27.707(2)? (STDERR)
W20150919-17:52:27.707(2)? (STDERR) /home/manuel/.meteor/packages/meteor-tool/.1.1.4.xvre8c++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:278
W20150919-17:52:27.707(2)? (STDERR) throw(ex);
W20150919-17:52:27.707(2)? (STDERR) ^
W20150919-17:52:27.729(2)? (STDERR) polymer: Unable to find suitable version for polymer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.