Old Client Cleanup (#9141)

* move emails images to website/static/emails and remove old files

* remove old client tests

* remove more files

* add sprites back

* cleanup gulp

* cleanup gulp

* remove old files

* more fixes

* pin bootstrap-vue

* disable old test

* remove old tasks

* fix apidoc
This commit is contained in:
Matteo Pagliazzi
2017-10-12 16:44:28 +02:00
committed by GitHub
parent 5ced47f590
commit 99f50f825a
7207 changed files with 1884 additions and 93097 deletions

View File

@@ -3,8 +3,6 @@ import nodemon from 'gulp-nodemon';
let pkg = require('../package.json');
gulp.task('run:dev', ['nodemon', 'build:dev:watch']);
gulp.task('nodemon', () => {
nodemon({
script: pkg.main,