didimitrie / future.speckle

Beta.Speckle is an online parametric model viewer. It enables sharing with your clients/stakeholders/community flexible designs, not just static artefacts.
http://beta.speckle.xyz
MIT License
23 stars 5 forks source link

Adding dependencies required for setup + ignoring .sass-cache in base directory #22

Closed philipbelesky closed 8 years ago

philipbelesky commented 8 years ago

Hey, I got everything setup and going, but there were a few dependencies that were missing and caused errors when running the serve commands. These were nodemon (front & back) and browserify (front) — I assume they had been globally installed on your machine? If thats the case I've updated the manifests with npm install nodemon --save and the browserify equivalent.

FYI I also removed the .sass-cache files from the base directory, and updated the gitignore to ignore those cache folders everywhere on the project path.

didimitrie commented 8 years ago

Yep, those were -g installed on my setup. Thanks for cleaning!