ncase / coming-out-simulator-2014

Coming Out Simulator 2014
The Unlicense
303 stars 61 forks source link

Create master branch #8

Open KraigWalker opened 10 years ago

KraigWalker commented 10 years ago

So I've made up a Gruntfile on my own fork. It concats all the js files, minifies, uglifies and does the same with html and css files, then copies everything into a dist or distribution folder. What you end up with is a folder that represents the sleekest, most optimum version of the game. It's ideal for the web, but not human eyes.

Having the Gruntfile as a build system will also allow specific version to be compiled. The web version's got everything it needs, but a phonegap version needs a cordova.js file to be bundled in with it, which requires index.html to be compiled to add that as a script include

this can be done using a simple templating system, but this will break the gh-pages branch which is basically a web directory.

Creating a master branch off of gh-pages would allow for the current gh-pages to remain functional, while allowing for more... developer stuff to happen on master.

sylvia43 commented 10 years ago

sexy

KraigWalker commented 10 years ago

Give it a shot. Let me know if you have any issues setting the new project up. I'm updating the README with details. And Adding a Watch/Livereload server task, which is kinda defacto these days... Don't blame me, blame fashion... :)