Skip to content

TEDxLausanne/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEDxLausanne website

Compilation Theme

To build and watch your files, make sure you are in the root of the project. Then run the following commands.

$ npm install

Rebuild from ../tedxlausanne-styleguide

$ gulp build

After pulling prod db

drush variable-set file_private_path /Users/mfh/dev/tedxlausanne-website/private-files

Deploy

We use Capdrupal for D7 (v0.x) to deploy.

First time

$ gem install bundle
$ bundle install

Then

$ bundle exec cap dev deploy