mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
c75054b320
Move .bowerrc, bower.json, gulpfile.js, package.json down to root level. Update paths in .bowerrc, gulpfile.js, Makefile Add a heroku-postbuild step to package.json which installs devDependencies and runs the build. Add step in bin/pre_compile which adds the requirements_all_ds.txt to requirements.txt to ensure that cffi is installed. Also removes pymssql as this is not supported on Heroku. Add content from rd_ui/.gitignore to .gitignore and remove rd_ui/.gitignore. Add section in setup.rst about Heroku deployments.
30 lines
286 B
Plaintext
30 lines
286 B
Plaintext
.coveralls.yml
|
|
.idea
|
|
*.pyc
|
|
.coverage
|
|
rd_ui/dist
|
|
.DS_Store
|
|
celerybeat-schedule*
|
|
.#*
|
|
\#*#
|
|
*~
|
|
_build
|
|
|
|
# Vagrant related
|
|
.vagrant
|
|
Berksfile.lock
|
|
redash/dump.rdb
|
|
.env
|
|
.ruby-version
|
|
venv
|
|
|
|
dump.rdb
|
|
|
|
# Docker related
|
|
docker-compose.yml
|
|
|
|
node_modules
|
|
.tmp
|
|
.sass-cache
|
|
rd_ui/app/bower_components
|