Skip to content

Instantly share code, notes, and snippets.

@adamlwgriffiths
Created March 17, 2016 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamlwgriffiths/3eb8a8bd56b62f8833e3 to your computer and use it in GitHub Desktop.
Save adamlwgriffiths/3eb8a8bd56b62f8833e3 to your computer and use it in GitHub Desktop.
cannot load such file -- bundler/setup (LoadError)
-----> Fetching set buildpack https://github.com/ddollar/heroku-buildpack-multi.git... done
-----> Multipack app detected
=====> Downloading Buildpack: https://github.com/heroku/heroku-buildpack-ruby.git
=====> Detected Framework: Ruby
-----> Compiling Ruby
-----> Using Ruby version: ruby-2.2.2
-----> Installing dependencies using bundler 1.11.2
Your app was upgraded to bundler 1.11.2.
Previously you had a successful deploy with bundler 1.9.7.
If you see problems related to the bundler version please refer to:
https://devcenter.heroku.com/articles/bundler-version
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Fetching gem metadata from https://rubygems.org/.............
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Using bundler 1.11.2
Installing sass 3.4.19
Bundle complete! 3 Gemfile dependencies, 2 gems now installed.
Gems in the groups development and test were not installed.
Bundled gems are installed into ./vendor/bundle.
Bundle completed (2.69s)
Cleaning up the bundler cache.
=====> Downloading Buildpack: https://github.com/heroku/heroku-buildpack-nodejs.git
=====> Detected Framework: Node.js
-----> Creating runtime environment
NPM_CONFIG_LOGLEVEL=error
NPM_CONFIG_PRODUCTION=true
NODE_ENV=production
NODE_MODULES_CACHE=true
-----> Installing binaries
engines.node (package.json): 0.10.x
engines.npm (package.json): 1.3.x
Resolving node version 0.10.x via semver.io...
Downloading and installing node 0.10.43...
Resolving npm version 1.3.x via semver.io...
Downloading and installing npm 1.3.26 (replacing version 1.4.29)...
npm WARN deprecated This version of npm lacks support for important features,
npm WARN deprecated such as scoped packages, offered by the primary npm
npm WARN deprecated registry. Consider upgrading to at least npm@2, if not the
npm WARN deprecated latest stable version. To upgrade to npm@2, run:
npm WARN deprecated
npm WARN deprecated npm -g install npm@latest-2
npm WARN deprecated
npm WARN deprecated To upgrade to the latest stable version, run:
npm WARN deprecated
npm WARN deprecated npm -g install npm@latest
npm WARN deprecated
npm WARN deprecated (Depending on how Node.js was installed on your system, you
npm WARN deprecated may need to prefix the preceding commands with `sudo`, or if
npm WARN deprecated on Windows, run them from an Administrator prompt.)
npm WARN deprecated
npm WARN deprecated If you're running the version of npm bundled with
npm WARN deprecated Node.js 0.10 LTS, be aware that the next version of 0.10 LTS
npm WARN deprecated will be bundled with a version of npm@2, which has some small
npm WARN deprecated backwards-incompatible changes made to `npm run-script` and
npm WARN deprecated semver behavior.
npm WARN package.json github-url-from-git@1.1.1 No repository field.
-----> Restoring cache
Skipping cache restore (new runtime signature)
-----> Building dependencies
Pruning any extraneous modules
Installing node modules (package.json)
yuglify@0.1.4 node_modules/yuglify
├── nopt@2.1.2 (abbrev@1.0.7)
├── uglify-js@1.3.5
└── ycssmin@1.0.1
uglify-js@2.6.1 node_modules/uglify-js
├── uglify-to-browserify@1.0.2
├── async@0.2.10
├── source-map@0.5.3
└── yargs@3.10.0 (decamelize@1.2.0, camelcase@1.2.1, window-size@0.1.0, cliui@2.1.0)
-----> Caching build
Clearing previous node cache
Saving 2 cacheDirectories (default):
- node_modules
- bower_components (nothing to cache)
-----> Build succeeded!
├── uglify-js@2.6.1
└── yuglify@0.1.4
=====> Downloading Buildpack: https://github.com/heroku/heroku-buildpack-python.git
=====> Detected Framework: Python
-----> Installing python-2.7.11
$ pip install -r requirements.txt
Collecting django==1.9.2 (from -r app/requirements.txt (line 2))
Downloading Django-1.9.2-py2.py3-none-any.whl (6.6MB)
Collecting django-configurations==1.0 (from -r app/requirements.txt (line 5))
Downloading django_configurations-1.0-py2.py3-none-any.whl
Collecting whitenoise==2.0.6 (from -r app/requirements.txt (line 8))
Downloading whitenoise-2.0.6-py2.py3-none-any.whl
Collecting django-extensions==1.6.1 (from -r app/requirements.txt (line 11))
Downloading django_extensions-1.6.1-py2.py3-none-any.whl (202kB)
Collecting six==1.10.0 (from -r app/requirements.txt (line 12))
Downloading six-1.10.0-py2.py3-none-any.whl
Collecting newrelic==2.50.0.39 (from -r app/requirements.txt (line 15))
Downloading newrelic-2.50.0.39.tar.gz (662kB)
Collecting uWSGI==2.0.12 (from -r app/requirements.txt (line 18))
Downloading uwsgi-2.0.12.tar.gz (784kB)
Collecting django-sslserver==0.18 (from -r app/requirements.txt (line 21))
Downloading django-sslserver-0.18.tar.gz
Collecting django-pipeline==1.6.4 (from -r app/requirements.txt (line 24))
Downloading django_pipeline-1.6.4-py2.py3-none-any.whl
Collecting futures==3.0.4 (from -r app/requirements.txt (line 25))
Downloading futures-3.0.4-py2-none-any.whl
Collecting psycopg2==2.6.1 (from -r app/requirements.txt (line 28))
Downloading psycopg2-2.6.1.tar.gz (371kB)
Collecting dj-database-url==0.3.0 (from -r app/requirements.txt (line 31))
Downloading dj_database_url-0.3.0-py2.py3-none-any.whl
Collecting django-cors-headers==1.1.0 (from -r app/requirements.txt (line 34))
Downloading django-cors-headers-1.1.0.tar.gz
Collecting django-absolute==0.3 (from -r app/requirements.txt (line 37))
Downloading django-absolute-0.3.tar.gz
Collecting python-dateutil==2.4.2 (from -r app/requirements.txt (line 40))
Downloading python_dateutil-2.4.2-py2.py3-none-any.whl (188kB)
Collecting django-globals==0.2.1 (from -r app/requirements.txt (line 43))
Downloading django-globals-0.2.1.tar.gz
Collecting django-debug-toolbar==1.4 (from -r app/requirements.txt (line 46))
Downloading django_debug_toolbar-1.4-py2.py3-none-any.whl (212kB)
Collecting sqlparse==0.1.18 (from -r app/requirements.txt (line 47))
Downloading sqlparse-0.1.18.tar.gz (58kB)
Collecting django-argonauts==1.1.4 (from -r app/requirements.txt (line 50))
Downloading django-argonauts-1.1.4.tar.gz
Collecting ujson==1.33 (from -r app/requirements.txt (line 53))
Downloading ujson-1.33.zip (197kB)
Collecting boto==2.15.0 (from -r app/requirements.txt (line 56))
Downloading boto-2.15.0.tar.gz (5.6MB)
Collecting redis==2.10.5 (from -r app/requirements.txt (line 59))
Downloading redis-2.10.5-py2.py3-none-any.whl (60kB)
Collecting rq==0.5.6 (from -r app/requirements.txt (line 60))
Downloading rq-0.5.6-py2.py3-none-any.whl (47kB)
Collecting click==6.2 (from -r app/requirements.txt (line 61))
Downloading click-6.2-py2.py3-none-any.whl (70kB)
Collecting django-money==0.7.4 (from -r app/requirements.txt (line 64))
Downloading django-money-0.7.4.tar.gz
Collecting py-moneyed==0.6.0 (from -r app/requirements.txt (line 65))
Downloading py_moneyed-0.6.0-py2-none-any.whl
Collecting requests==2.9.1 (from -r app/requirements.txt (line 68))
Downloading requests-2.9.1-py2.py3-none-any.whl (501kB)
Collecting PyYAML==3.11 (from -r app2/requirements.txt (line 2))
Downloading PyYAML-3.11.tar.gz (248kB)
Collecting ShopifyAPI==2.1.5 (from -r app2/requirements.txt (line 3))
Downloading ShopifyAPI-2.1.5.tar.gz
Collecting pyactiveresource==2.1.2 (from -r app2/requirements.txt (line 4))
Downloading pyactiveresource-2.1.2.tar.gz
Installing collected packages: django, django-configurations, whitenoise, six, django-extensions, newrelic, uWSGI, django-sslserver, futures, django-pipeline, psycopg2, dj-database-url, django-cors-headers, django-absolute, python-dateutil, django-globals, sqlparse, django-debug-toolbar, django-argonauts, ujson, boto, redis, click, rq, py-moneyed, django-money, requests, PyYAML, pyactiveresource, ShopifyAPI
Running setup.py install for newrelic: started
Running setup.py install for newrelic: finished with status 'done'
Running setup.py install for uWSGI: started
Running setup.py install for uWSGI: finished with status 'done'
Running setup.py install for django-sslserver: started
Running setup.py install for django-sslserver: finished with status 'done'
Running setup.py install for psycopg2: started
Running setup.py install for psycopg2: finished with status 'done'
Running setup.py install for django-cors-headers: started
Running setup.py install for django-cors-headers: finished with status 'done'
Running setup.py install for django-absolute: started
Running setup.py install for django-absolute: finished with status 'done'
Running setup.py install for django-globals: started
Running setup.py install for django-globals: finished with status 'done'
Running setup.py install for sqlparse: started
Running setup.py install for sqlparse: finished with status 'done'
Running setup.py install for django-argonauts: started
Running setup.py install for django-argonauts: finished with status 'done'
Running setup.py install for ujson: started
Running setup.py install for ujson: finished with status 'done'
Running setup.py install for boto: started
Running setup.py install for boto: finished with status 'done'
Running setup.py install for django-money: started
Running setup.py install for django-money: finished with status 'done'
Running setup.py install for PyYAML: started
Running setup.py install for PyYAML: finished with status 'done'
Running setup.py install for pyactiveresource: started
Running setup.py install for pyactiveresource: finished with status 'done'
Running setup.py install for ShopifyAPI: started
Running setup.py install for ShopifyAPI: finished with status 'done'
Successfully installed PyYAML-3.11 ShopifyAPI-2.1.5 boto-2.15.0 click-6.2 dj-database-url-0.3.0 django-1.9.2 django-absolute-0.3 django-argonauts-1.1.4 django-configurations-1.0 django-cors-headers-1.1.0 django-debug-toolbar-1.4 django-extensions-1.6.1 django-globals-0.2.1 django-money-0.7.4 django-pipeline-1.6.4 django-sslserver-0.18 futures-3.0.4 newrelic psycopg2-2.6.1 py-moneyed-0.6.0 pyactiveresource-2.1.2 python-dateutil-2.4.2 redis-2.10.5 requests-2.9.1 rq-0.5.6 six-1.10.0 sqlparse-0.1.18 uWSGI-2.0.12 ujson-1.33 whitenoise-2.0.6
$ python manage.py collectstatic --noinput
Found another file with the destination path 'bootstrap-sass-3.3.6/package.json'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/README.md'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/Rakefile'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/bower.json'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/bootstrap-sass.gemspec'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/composer.json'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/CHANGELOG.md'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/sache.json'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/CONTRIBUTING.md'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/LICENSE'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/Gemfile'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/_bootstrap.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/_bootstrap-mincer.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/_bootstrap-sprockets.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/_bootstrap-compass.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_variables.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_mixins.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_theme.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_resize.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_size.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_gradients.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_opacity.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_reset-filter.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_image.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_nav-divider.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_hide-text.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_border-radius.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_center-block.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_tab-focus.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_reset-text.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-overflow.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/fonts/bootstrap/glyphicons-halflings-regular.svg'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/fonts/bootstrap/glyphicons-halflings-regular.woff'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/fonts/bootstrap/glyphicons-halflings-regular.eot'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap.min.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap-sprockets.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap/affix.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap/alert.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap/dropdown.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap/modal.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap/carousel.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap/tooltip.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap/popover.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap/button.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap/tab.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap/collapse.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap/transition.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/assets/javascripts/bootstrap/scrollspy.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/test_helper.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/sass_test.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/node_mincer_test.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/compass_test.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/test_helper_rails.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/compilation_test.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/node_sass_compile_test.sh'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/sprockets_rails_test.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/pages_test.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/support/reporting.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/support/dummy_rails_integration.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_sass_only/compile.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_sass_only/import_all.sass'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_sass_only/Gemfile'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/Rakefile'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/README.rdoc'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config.ru'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/app/helpers/application_helper.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/app/assets/stylesheets/application.sass'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/app/assets/javascripts/application.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/app/controllers/application_controller.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/app/controllers/pages_controller.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/app/views/pages/root.html.slim'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/app/views/layouts/application.html.erb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/boot.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/environment.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/routes.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/application.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/locales/es.yml'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/locales/en.yml'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/environments/test.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/environments/production.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/environments/development.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/initializers/secret_token.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/initializers/backtrace_silencers.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/initializers/mime_types.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/initializers/wrap_parameters.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/initializers/session_store.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/initializers/filter_parameter_logging.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_rails/config/initializers/inflections.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_node_mincer/apple-touch-icon-144-precomposed.png'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_node_mincer/manifest.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/dummy_node_mincer/application.css.ejs.scss'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/gemfiles/sass_3_4.gemfile'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/gemfiles/rails_head.gemfile'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/gemfiles/sass_3_3.gemfile'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/test/gemfiles/sass_head.gemfile'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/tasks/converter.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/tasks/bower.rake'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/tasks/converter/logger.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/tasks/converter/network.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/tasks/converter/fonts_conversion.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/tasks/converter/char_string_scanner.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/tasks/converter/less_conversion.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/tasks/converter/js_conversion.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/templates/project/manifest.rb'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/templates/project/styles.sass'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'bootstrap-sass-3.3.6/templates/project/_bootstrap-variables.sass'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'handlebars-4.0.5/handlebars-v4.0.5.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'jquery-csrf/jquery-csrf.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'handlebars-helper-x/handlebars-helper-x.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'jquery-cookie-1.4.1/jquery.cookie.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'jquery-1.12.1/jquery-1.12.1.min.map'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'jquery-1.12.1/jquery-1.12.1.min.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'jquery-1.12.1/jquery-1.12.1.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Traceback (most recent call last):
File "manage.py", line 14, in <module>
execute_from_command_line(sys.argv)
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line
utility.execute()
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/__init__.py", line 345, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/base.py", line 348, in run_from_argv
self.execute(*args, **cmd_options)
File "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/base.py", line 399, in execute
output = self.handle(*args, **options)
File "/app/.heroku/python/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 176, in handle
collected = self.collect()
File "/app/.heroku/python/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 122, in collect
for original_path, processed_path, processed in processor:
File "/app/.heroku/python/lib/python2.7/site-packages/pipeline/storage.py", line 26, in post_process
packager.pack_stylesheets(package)
File "/app/.heroku/python/lib/python2.7/site-packages/pipeline/packager.py", line 96, in pack_stylesheets
variant=package.variant, **kwargs)
File "/app/.heroku/python/lib/python2.7/site-packages/pipeline/packager.py", line 105, in pack
paths = self.compile(package.paths, force=True)
File "/app/.heroku/python/lib/python2.7/site-packages/pipeline/packager.py", line 99, in compile
return self.compiler.compile(paths, force=force)
File "/app/.heroku/python/lib/python2.7/site-packages/pipeline/compilers/__init__.py", line 54, in compile
return list(executor.map(_compile, paths))
File "/app/.heroku/python/lib/python2.7/site-packages/concurrent/futures/_base.py", line 581, in result_iterator
yield future.result()
File "/app/.heroku/python/lib/python2.7/site-packages/concurrent/futures/_base.py", line 405, in result
return self.__get_result()
File "/app/.heroku/python/lib/python2.7/site-packages/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/app/.heroku/python/lib/python2.7/site-packages/pipeline/compilers/__init__.py", line 42, in _compile
outdated=outdated, force=force)
File "/app/.heroku/python/lib/python2.7/site-packages/pipeline/compilers/sass.py", line 22, in compile_file
return self.execute_command(command, cwd=dirname(infile))
File "/app/.heroku/python/lib/python2.7/site-packages/pipeline/compilers/__init__.py", line 126, in execute_command
"{0!r} exit code {1}\n{2}".format(argument_list, compiling.returncode, stderr))
pipeline.exceptions.CompilerError: ['/usr/bin/env', 'sass', '--load-path', '/app/app/static', '--load-path', '/app/app2/static', u'/app/staticfiles/app2/stylesheets/app2.scss', u'/app/staticfiles/app2/stylesheets/app2.css'] exit code 1
/tmp/build_8d2e04464970e15667c8f825fc387c8a/myapp-8b763976868799a3f147ac8cedbd82421efa7525/vendor/ruby-2.2.2/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- bundler/setup (LoadError)
from /tmp/build_8d2e04464970e15667c8f825fc387c8a/myapp-8b763976868799a3f147ac8cedbd82421efa7525/vendor/ruby-2.2.2/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from /tmp/build_8d2e04464970e15667c8f825fc387c8a/myapp-8b763976868799a3f147ac8cedbd82421efa7525/vendor/bundle/bin/sass:14:in `<main>'
! Error while running '$ python manage.py collectstatic --noinput'.
See traceback above for details.
You may need to update application code to resolve this error.
Or, you can disable collectstatic for this application:
$ heroku config:set DISABLE_COLLECTSTATIC=1
https://devcenter.heroku.com/articles/django-assets
! Push rejected, failed to compile Multipack app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment