Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
172 additions
and 511 deletions.
- +3 −0 Makefile
- +23 −510 build/framer.js
- +3 −0 extras/CactusFramerTest/.gitignore
- +1 −0 extras/CactusFramerTest/config.json
- +23 −0 extras/CactusFramerTest/pages/error.html
- +4 −0 extras/CactusFramerTest/pages/index.html
- +6 −0 extras/CactusFramerTest/pages/robots.txt
- +8 −0 extras/CactusFramerTest/pages/sitemap.xml
- 0 extras/CactusFramerTest/plugins/__init__.py
- +29 −0 extras/CactusFramerTest/plugins/default.py
- +3 −0 extras/CactusFramerTest/static/app-cs.coffee
- +18 −0 extras/CactusFramerTest/static/css/style.css
- +1 −0 extras/CactusFramerTest/static/framer/framer.js
- BIN extras/CactusFramerTest/static/images/checker-pattern.png
- BIN extras/CactusFramerTest/static/images/favicon.ico
- BIN extras/CactusFramerTest/static/images/framer-logo.png
- BIN extras/CactusFramerTest/static/images/icon/apple-touch-icon-114x114-precomposed.png
- BIN extras/CactusFramerTest/static/images/icon/apple-touch-icon-144x144-precomposed.png
- BIN extras/CactusFramerTest/static/images/icon/apple-touch-icon-72x72-precomposed.png
- BIN extras/CactusFramerTest/static/images/icon/apple-touch-icon-precomposed.png
- +32 −0 extras/CactusFramerTest/templates/base.html
- +4 −1 src/config.coffee
- +8 −0 src/views/view.coffee
- +6 −0 todo.txt
Oops, something went wrong.