Looking for input on best ways we could go about updating the theme for people's devices.
In my opinion, I think it would be rather nice if we could use Git to simply pull down changes with 1 single command.
Make a button somewhere that would allow them to click to check for updates to the theme and it would pull down the changes from this repo.
Not sure if running git on the routers is a good idea or not...
I'm open to ideas, possibly I could write into Grunt a built zip file that people could upload to update it, but that would require more of an interface and backend code to make it work.
That's why I like the button that simply runs git pull and refreshes it.
Looking for input on best ways we could go about updating the theme for people's devices.
In my opinion, I think it would be rather nice if we could use Git to simply pull down changes with 1 single command.
Make a button somewhere that would allow them to click to check for updates to the theme and it would pull down the changes from this repo.
Not sure if running git on the routers is a good idea or not...
I'm open to ideas, possibly I could write into Grunt a built zip file that people could upload to update it, but that would require more of an interface and backend code to make it work.
That's why I like the button that simply runs
git pull
and refreshes it.