Lordnibbler / colorpicker-server

Node.js + Backbone.js Colorpicker Server for controlling LED lighting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't commit screen.css, instead generate it during deploy

Lordnibbler opened this issue · comments

Right now we have to commit an updated screen.css to the repo. instead, somehow get sass installed on heroku and run the sass:dev task in the concurrent:dist task:

dist: [
  "sass:dev"
  "copy:styles"
  "copy:fonts"
  "svgmin"
  "htmlmin"
]

This will also break TravisCI, so you'll need to adjust the npm install command to one that doesn't trigger postinstall NPM task