szimek / sharedrop

Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop
https://www.sharedrop.io
MIT License
10.01k stars 730 forks source link

Figure out a better way to deploy the app #9

Closed szimek closed 9 years ago

szimek commented 10 years ago

Currently the app is hosted on Heroku and it's rebuilt after every app restart. Either remove compass gem dependency and use grunt-sass with one of available NodeJS/Grunt buildpacks or find/write custom Compass/NodeJS/Grunt buildpack.

szimek commented 9 years ago

Solved it by moving to node-sass and using custom buildpack for Ember CLI (https://github.com/szimek/heroku-buildpack-ember-cli-without-webserver).