scenejs_on_rails 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/scenejs_on_rails/version.rb +1 -1
- data/vendor/assets/javascripts/scenejs.js +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73d0dc0df99e54173426dd9a306fe9fc271f8809
|
4
|
+
data.tar.gz: d48359c7014c5601d4d267d07faadf55c38e2eaa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f1d9485a9e4d3596dad19b6f463d0500ba34ac86f4dd19b74696c4c3c7888f315664bcad1627aa927f8efa88bc964a0d6309bbe5d76cfee1d41316d2dca8f29
|
7
|
+
data.tar.gz: 6df7db6349fa7e45e723257cdda81634f4aa6aee708dd609062eb213f760caa1fe5f90af32ae630ca47f8ff90f87cb9ed143fbe9d39e45cc3c505765b19e08be
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Scenejs On Rails
|
2
2
|
## Plugins last updated October 24th, 2013
|
3
3
|
|
4
|
-
First off, if you dont know about
|
4
|
+
First off, if you dont know about [Scenejs](http://scenejs.org/) ,go take a look so you can appreciate what this gem does.
|
5
5
|
|
6
6
|
For the informed, this gem allows you to utilize scenejs and all of its plugin glory within rails WITHOUT having to load all
|
7
7
|
of its javascript files into your asset pipeline. If you are fine with scenejs.org hosting your files AND not being able to
|
@@ -20,7 +20,7 @@ Disadvantages:
|
|
20
20
|
* You will be hosting an additional 32MB
|
21
21
|
* The scenejs.js file is ~580 kb
|
22
22
|
|
23
|
-
##
|
23
|
+
## Installation
|
24
24
|
|
25
25
|
Add this line to your application's Gemfile:
|
26
26
|
|
@@ -17304,4 +17304,4 @@ SceneJS_ChunkFactory.createChunkType({
|
|
17304
17304
|
ctx.modelMat = this.core.mat;
|
17305
17305
|
}
|
17306
17306
|
});
|
17307
|
-
SceneJS.configure({ pluginPath: (((location.protocol.length === 0) ? 'http://' : location.protocol + '//') + location.host + '/scenejs/get_scenejs_data?file=') });
|
17307
|
+
SceneJS.configure({ pluginPath: (((location.protocol.length === 0) ? 'http://' : (location.protocol + '//')) + location.host + '/scenejs/get_scenejs_data?file=') });
|