neelabhgupta.com
My personal website at neelabhgupta.com. Built in PHP and uses the Gumby Framework.
Set up Gumby
-
$ gem install compass modular-scale sass Install Claymate:
$ npm install -g claymate
Set up FTP deployment
Set up the FTP config for git-ftp:
$ git config git-ftp.url ftp.neelabhgupta.com/public_html/ $ git config git-ftp.user <ftp_username> $ git config git-ftp.password <ftp_password>Initialize git-ftp on FTP site, if not done already:
$ git ftp init
Development
Copy dependencies to
js/folder:$ ./copy_js_deps.shPHP has a built-in web server for development:
$ php -S localhost:8000Compile Sass:
$ compass compileWatch changes to Sass files and compile automatically:
$ compass watchBuild JS files (configured in
gumby.json):$ claymate buildDeploy:
$ git ftp push
Licence
(c) 2014, Neelabh Gupta
Log in or sign up for Devpost to join the conversation.