Get rid of dist/clay.js and use GitHub releases instead

This commit is contained in:
Keegan
2016-03-03 11:25:19 +11:00
parent dbf798daff
commit 05c62d466e
3 changed files with 3 additions and 4 deletions
+2
View File
@@ -27,3 +27,5 @@ build/Release
node_modules
tmp
dist
+1 -1
View File
@@ -9,7 +9,7 @@ Clay will by default automatically handle the 'showConfiguration' and 'webviewcl
Clay will eventually be built into the Pebble SDK. However, while it is still in beta you will need to follow the steps shown below:
1. Download the Clay distribution file from: [dist/clay.js](dist/clay.js).
1. Download the **clay.js** distribution file from the [latest release](/releases/latest).
2. Drop `clay.js` in your project's `src/js` directory.
3. Create a JSON file called `config.json` and place it in your `src/js` directory.
4. In order for JSON files to work you may need to change a line in your `wscript` from `ctx.pbl_bundle(binaries=binaries, js=ctx.path.ant_glob('src/js/**/*.js'))` to `ctx.pbl_bundle(binaries=binaries, js=ctx.path.ant_glob(['src/js/**/*.js', 'src/js/**/*.json']))`.
-3
View File
File diff suppressed because one or more lines are too long