Project

General

Profile

« Previous | Next » 

Revision 3376aa5f

Added by Michael Moll over 7 years ago

fix build errors seens with with node-sass

- add build dependency on python
- remove node_modules directory, which seems to not get cleaned between
multiarch builds

View differences:

debian/xenial/foreman/rules
# DH_VERBOSE=1
build:
#
# Build the gem cache
#
/bin/rm -f bundler.d/therubyracer.rb
/bin/cp config/settings.yaml.example config/settings.yaml
/bin/cp config/database.yml.example config/database.yml
/bin/cp config/email.yaml.example config/email.yaml
/bin/rm -rf node_modules
/usr/bin/npm install --no-optional
/usr/bin/bundle package
/usr/bin/bundle exec rake locale:pack assets:precompile RAILS_ENV=production

Also available in: Unified diff