Skip to content

Commit

Permalink
Remove Ruby and use Node Sass instead (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowlando authored Jul 23, 2018
1 parent 49f5038 commit b1a0320
Show file tree
Hide file tree
Showing 6 changed files with 609 additions and 76 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN DEBIAN_FRONTEND='noninteractive' apt-get update && \
apt-get -y --force-yes install apt-utils python-pip \
python-dev build-essential git software-properties-common \
python-software-properties libpq-dev g++ make libpcre3 libpcre3-dev libffi-dev \
nodejs npm ruby-bundler tzdata
nodejs npm tzdata

# Set timezone
RUN echo "Europe/London" > /etc/timezone && dpkg-reconfigure -f noninteractive tzdata
Expand Down Expand Up @@ -60,9 +60,6 @@ WORKDIR /home/app/flask
# PIP INSTALL APPLICATION
RUN pip install -r requirements.txt && find . -name '*.pyc' -delete && pybabel compile -d cla_public/translations

#install ruby-sass for gulp minify-css
RUN bundle install

RUN npm install -g n # Install n globally
RUN n 8.9.3 # Install and use v8.9.3

Expand Down
5 changes: 0 additions & 5 deletions Gemfile

This file was deleted.

10 changes: 0 additions & 10 deletions Gemfile.lock

This file was deleted.

Loading

0 comments on commit b1a0320

Please sign in to comment.