+ [10 years ago] luto Nevik: thanks, you too
+ [10 years ago] Remram ThymineC: I mean, if you have a question, you should ask it
+ [10 years ago] ThymineC Remram: I'll ask it as soon as I see someone willing to answer. I don't want to flood the chat with something that will require a pretty large post and that no one might respond to.
+ [10 years ago] ThymineC Remram: The issue is with some of my pages not being able to access stylesheets in another directory.
+ [10 years ago] ThymineC I'm posting about it on StackOverflow, though, so I can link it here if that would be helpful.

message no. 69898

Posted by Skrypter in #github at 2015-01-03T00:37:56Z

...when it works
+ [10 years ago] Stalkr_ Apologize if this is not the correct place but say I have a structure http://git.io/RBVq1A in branch master. What's the best way to compile, minify, uglify, compress etc, move to root, commit to gh-pages branch and push? Can this process be automated? Would it be easiest with gulp/grunt?
+ [10 years ago] ThymineC Stalkr_: I'm also trying to set up a thing with Github Pages. I've pretty much just started so don't rely on anything I say, but you could use something like Gradle to automate those tasks, and adding a Git post-commit hook could help automate the automatic committing and pushing on the gh-pages branch
+ [10 years ago] ThymineC *could help automate the committing and pushing
+ [10 years ago] Stalkr_ ThymineC: Is Gradle an alternative for Grunt/gulp?
+ [10 years ago] Stalkr_ Looks like it from the description