srtucker22 / glipchat

video chatroom using meteor + webrtc + react + redux
https://glipchat.herokuapp.com/
MIT License
279 stars 78 forks source link

Your app is giving an error in some burbon folder #1

Closed kzali closed 9 years ago

savikko commented 9 years ago

Here is the error it gives:

$ meteor --settings settings.json
[[[[[ ~/projects/quasar ]]]]]                 

=> Started proxy.                             
=> Meteor 1.2.0.2 is available. Update this project with 'meteor update'.
=> Started MongoDB.                           
npm-container: updating npm dependencies -- bowser, externalify, material-ui, react-router,
react-tagsinput, react-tap-event-plugin, webrtc-adapter-test...
=> Errors prevented startup:                  

   While building the application:
  ~/projects/quasar/client/scss/stylings.scss:1:9: Scss compiler error: file to import
   not found or unreadable: bourbon/bourbon
   Current dir: ~/projects/quasar/client/scss/

=> Your application has errors. Waiting for file change.
srtucker22 commented 9 years ago

thanks for the heads up -- so this is a fourseven:scss/wolves:bourbon issue for first time installs. if you run the app again, everything should work. in any event, i've removed bourbon in favor of as much inline-css as possible.