Skip to content
Snippets Groups Projects
Commit bb23f57f authored by Paulus Schoutsen's avatar Paulus Schoutsen
Browse files

Renamed build_polymer to build_frontend

parent 98c2f1ea
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,5 @@ cd .. ...@@ -6,5 +6,5 @@ cd ..
cp polymer/bower_components/platform/platform.js polymer_platform.js cp polymer/bower_components/platform/platform.js polymer_platform.js
vulcanize -o frontend.html --inline polymer/splash-login.html vulcanize -o frontend.html --inline polymer/splash-login.html
cd .. cd ..
echo '""" DO NOT MODIFY. Auto-generated by build_polymer script """' > frontend.py echo '""" DO NOT MODIFY. Auto-generated by build_frontend script """' > frontend.py
echo 'VERSION = "'`md5 -q www_static/frontend.html`'"' >> frontend.py echo 'VERSION = "'`md5 -q www_static/frontend.html`'"' >> frontend.py
""" DO NOT MODIFY. Auto-generated by build_polymer script """ """ DO NOT MODIFY. Auto-generated by build_frontend script """
VERSION = "a5faad91ef716812aa252f8e7a0377ca" VERSION = "78833990f9ec3b3b56f233320ede7f89"
...@@ -17873,13 +17873,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN ...@@ -17873,13 +17873,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
background-color: #fff; background-color: #fff;
border-radius: 2px; border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px; box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
/* transition */
-webkit-transition: all 0.30s ease-out;
transition: all 0.30s ease-out; transition: all 0.30s ease-out;
position: relative; position: relative;
background-color: white; background-color: white;
padding: 15px; padding: 16px;
width: 100%; width: 100%;
} }
...@@ -17939,7 +17937,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN ...@@ -17939,7 +17937,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
</div> </div>
<div class="time-ago"> <div class="time-ago">
<core-tooltip label="{{last_changed}}" position="bottom"> <core-tooltip label="{{stateObj.last_changed}}" position="bottom">
{{lastChangedFromNow}} {{lastChangedFromNow}}
</core-tooltip> </core-tooltip>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment