ExpediaGroup / cyclotron

A web platform for constructing dashboards.
https://www.cyclotron.io/
MIT License
1.56k stars 113 forks source link

Two more dependencies needed #1

Closed rmnguleria closed 8 years ago

rmnguleria commented 8 years ago

Hi Fellow Expedian , For me after installing gulp(3.8) globally it needed two more steps .

  1. npm install coffee-script
  2. npm install gulp-concat
baumandm commented 8 years ago

Both of these dependencies are included in the package.json, here and here. Did you run npm install before running gulp?

rmnguleria commented 8 years ago

Oh yeah . My mistake .