Similarly on any point of the development, you can share your progress with
others by these steps:
$ git checkout -b branch-to-share-progress
$ grunt dist
$ git add dist/ -f
$ git commit ....
$ git push myfork branch-to-share-progress
Then navigate to that branch on Github and open "dist/demos/index.html" as
a Raw view in Github file explorer, such as:
https://raw.github.com/lfryc/richwidgets/prefetch/dist/demos/index.html
Then remove a forst "." in "raw.github.com" to get
"rawgithub.com", and
voila!
https://rawgithub.com/lfryc/richwidgets/prefetch/dist/demos/index.html
~ Lukas
On Wed, Feb 19, 2014 at 3:23 PM, Lukáš Fryč <lukas.fryc(a)gmail.com> wrote:
I have setup a hosting for RichWidgets on...
ah, not really, we don't need any hosting as the demo is simply accessible
via
rawgithub.com when you point to dist/demos/index.html on #dist branch:
https://rawgithub.com/richwidgets/richwidgets/dist/dist/demos/index.html
Enjoy!
~ Lukas