Source for my.thoughtworks.com marketing content.
cd <this repo>
npm install
Compiles CSS, concats js and put all the modules on one page.
- Default -
gulp
- Compile CSS -
gulp css
- Concat JS -
gulp js
- Copy Images from src to build -
gulp imgs
fab sync