Skip to content

Commit

Permalink
Procfile: don't use bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
barzamin committed Oct 12, 2018
1 parent 8eacb9b commit 7f6ba43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: CARGO_INCREMENTAL=1 cargo watch -x 'run --color always' -w src -w database -w lib -w templates
styles: bundle exec sass --watch style/style.scss:static/style.css
styles: sass --watch style/style.scss:static/style.css

0 comments on commit 7f6ba43

Please sign in to comment.