Skip to content

Commit

Permalink
using libsass instead of sass - we ain't need no ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Deodoro committed Oct 18, 2015
1 parent 5cf6c89 commit 1d97b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sass: sass --watch static/css/main.scss
sass: sassc -w static/css/main.scss static/css/main.css
web: gunicorn main:app -b 0.0.0.0:8000
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ argparse==1.2.1
gunicorn==17.5
itsdangerous==0.22
wsgiref==0.1.2
libsass==0.8.3

0 comments on commit 1d97b61

Please sign in to comment.