Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/pebble-my-data.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbahbka <bahbka@gmail.com>2014-07-08 10:18:32 +0400
committerbahbka <bahbka@gmail.com>2014-07-08 10:18:32 +0400
commit435c1800afea87f813377e039f693c268923082b (patch)
tree6d6c412a001bbf4d7000c3c9a5bade3bb1f0cb19
parent26f6cb9285031b3de260869595095e72cfaf889f (diff)
Exclude src.js from pbw.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 0554dc8..c195ae9 100644
--- a/wscript
+++ b/wscript
@@ -21,4 +21,4 @@ def build(ctx):
target='pebble-app.elf')
ctx.pbl_bundle(elf='pebble-app.elf',
- js=ctx.path.ant_glob('src/js/**/*.js'))
+ js=ctx.path.ant_glob('src/js/**/pebble-js-app.js'))