Skip to content

Latest commit

 

History

History

polymer-flow-router

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Installing Polymer

Before running the app for the first time, run bower install in this directory to install Polymer 1.0 and dependencies.

Meteor 1.2

to get differential:vulcanize working with Meteor 1.2 we need this PR to be merged. In the meanwhile you can clone this branch to get a local working version of it.

Simply run the following from your terminal:

cd yourproject
mkdir packages
cd packages
git clone https://github.com/ThaumRystra/meteor-vulcanize.git
cd meteor-vulcanize
git checkout fix-meteor-1.2
cd ../..
meteor update
meteor