alberto-acevedo / cesium-navigation

Cesium plugin that adds to the Cesium map a compass, navigator (zoom in/out), and distance scale.
302 stars 123 forks source link

add package.json in order to install all node_modules; #2

Closed kaktus40 closed 8 years ago

kaktus40 commented 8 years ago

Updated gulpfile.js:

alberto-acevedo commented 8 years ago

I updated your changes directly in the master. I found an issue with the use of the del plugin. I had to make a modification and use the del.synch to solve the synchronization issue.

kaktus40 commented 8 years ago

sorry to come back on your "merge" but your package.json is incomplete. I suppose you defined all your npm module in global module but it can't work for all people. Generally gulp is ok to be defined as global as grunt but it's not common to define as global modules :