Remove legacy frontend

This commit is contained in:
Oliver Günther
2019-07-01 13:41:46 +02:00
parent 5167f4fca8
commit 8e32895ce3
45 changed files with 189 additions and 853 deletions
-1
View File
@@ -1,4 +1,3 @@
web: bundle exec rails server -p 3000 -b ${HOST:="127.0.0.1"} --environment ${RAILS_ENV:="development"}
legacy: cd frontend && RAILS_ENV=${RAILS_ENV:="development"} npm run legacy-webpack-watch
angular: npm run serve
worker: bundle exec rake jobs:work