summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-02-02 02:25:07 -0500
committerjules <jules@okfoc.us>2014-02-02 02:25:07 -0500
commitff36ed287ec8747fe25e429bc5fa11961274bbd3 (patch)
treecae45435286369ed6f658729eca0c09a80a5effe /Gruntfile.js
parent76a4f773a56eaf59953f2f7ebe027d8b0a4b3ee7 (diff)
add examples from json
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 95df856..42d25c3 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -43,6 +43,7 @@ module.exports = function(grunt) {
"js/api/gallery.js",
"js/api/get.js",
"js/api/set.js",
+ "shaders.json",
"dist/app.init.js",
],
dest: 'dist/app.concat.js',