Using HTML5 Boilerplate Build script with a PHP framework Using HTML5 Boilerplate Build script with a PHP framework codeigniter codeigniter

Using HTML5 Boilerplate Build script with a PHP framework


Michell’s suggestion of using CodeIgniter/HTML5 Boilerplate by Serkan Sökmen is pretty close, but the problem is that it publishes it to a folder within itself, which if you published on a server (after deploy via Git), would mean the app is in public_html – bad for security.

I’ve started a topic about it in the issues at HTML5 Boilerplate if anybody’s interested. Not figure it out yet:https://github.com/h5bp/html5-boilerplate/issues/558

Edit! Updated!

I’ve created a GitHut repo for the files I’ve changed:https://github.com/thomasedwards/h5bp-publish-tree

It pretty much works the way I intended it to, might be worth something to somebody.


Since your using Git anyway, check out Serkan Sökmen's github branch where he's got CI and HTML5 Boilerplate working together: Codeigniter---HTML5-Boilerplate