mirror of
https://github.com/google/pebble.git
synced 2025-06-02 08:23:10 +00:00
Import the pebble dev site into devsite/
This commit is contained in:
parent
3b92768480
commit
527858cf4c
1359 changed files with 265431 additions and 0 deletions
12
devsite/docs/development.md
Normal file
12
devsite/docs/development.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Pebble Developer Site · Development Guide
|
||||
|
||||
## Handlebars Templates
|
||||
|
||||
In order to reduce the size of the JS of the site, we are now pre-compiling
|
||||
the Handlebars templates and just using the runtime Handlebars library.
|
||||
|
||||
If you change, add or remove from the templates, you just recompile them
|
||||
into the file at `/source/assets/js/templates.js`.
|
||||
|
||||
There is a bash script at `/scripts/update-templates.sh` that you can use to
|
||||
generate this file.
|
Loading…
Add table
Add a link
Reference in a new issue