Assets work

* ES6 all the things !

* ESLint checks everything

* CSS fixes (use stylelint)

* Fix #2231
This commit is contained in:
Thomas Citharel
2016-09-28 10:30:18 +02:00
parent 55345331c4
commit c146f6940a
23 changed files with 445 additions and 417 deletions

4
.gitignore vendored
View File

@ -49,3 +49,7 @@ app/Resources/static/lib/*
/bin
!/src/Wallabag/CoreBundle/Resources/public
/src/Wallabag/CoreBundle/Resources/public/*
# PHPStorm
.idea/