Is there a way to use enyo Sampler offline. I have tried to download the enyo sampler zip file from Github but it doesn't display anything when running debug.html in chrome,
After you git clone the sampler repo, you also need to initialize the submodules. This is done using the git commands:
git submodule init
git submodule update
This will clone the other repos in the right place and allow sampler to run locally. It still may not work if you use Chrome due to the file URL security policy -- in that case, use a little web server like https://npmjs.org/package/serve to serve it up from the directory.
Comments
Just in case... you cat run google-chrome with:
google-chrome --allow-file-access-from-files
and it will work.
And...if in linux, you don't need to install a server, you can run:
python -m SimpleHTTPServer