From 6e42537aa165a3be0b4834cf9a8e46f4885e44ee Mon Sep 17 00:00:00 2001 From: Keegan Lillo Date: Thu, 23 Jun 2016 11:57:56 -0700 Subject: [PATCH] #118/Add Configurable should be checked to cloudpebble getting started (#119) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06029b4..8787984 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If you would like to contribute to Clay, check out the [contributing guide.](CON # Getting Started (CloudPebble) -1. Ensure `JS Handling` is set to `CommonJS-style` in your project settings. +1. Ensure `Configurable` is checked and `JS Handling` is set to `CommonJS-style` in your project settings. 2. Under `Dependencies` in the project navigation, enter `pebble-clay` as the `Package Name` and `^1.0.0` for the `Version`. You may use any specific version you like, however using `^1.0.0` will ensure you receive all minor version updates. 4. Create a JavaScript file called `config.js` with the following content. This will act as your config's root array element, from which the rest of the page is built up: