]> git.immae.eu Git - github/wallabag/wallabag.git/commit - .stylelintrc
Assets work
authorThomas Citharel <tcit@tcit.fr>
Wed, 28 Sep 2016 08:30:18 +0000 (10:30 +0200)
committerThomas Citharel <tcit@tcit.fr>
Wed, 28 Sep 2016 08:30:18 +0000 (10:30 +0200)
commitc146f6940a176142084b4fc3c610d13aca60d90e
tree7bc4683febcf15a4fd6053bddd49e36c202adeda
parent55345331c47ca6f389e38a842584c3062476601d
Assets work

* ES6 all the things !

* ESLint checks everything

* CSS fixes (use stylelint)

* Fix #2231
23 files changed:
.eslintrc.json
.gitignore
.stylelintrc [new file with mode: 0644]
Gruntfile.js
app/Resources/static/themes/_global/js/bookmarklet.js
app/Resources/static/themes/_global/js/restoreScroll.js [deleted file]
app/Resources/static/themes/_global/js/tools.js [new file with mode: 0644]
app/Resources/static/themes/baggy/css/main.css
app/Resources/static/themes/baggy/css/ratatouille.css
app/Resources/static/themes/baggy/js/autoClose.js [deleted file]
app/Resources/static/themes/baggy/js/autoCompleteTags.js
app/Resources/static/themes/baggy/js/closeMessage.js [deleted file]
app/Resources/static/themes/baggy/js/init.js
app/Resources/static/themes/baggy/js/popupForm.js [deleted file]
app/Resources/static/themes/baggy/js/saveLink.js [deleted file]
app/Resources/static/themes/baggy/js/uiTools.js [new file with mode: 0644]
app/Resources/static/themes/material/css/main.css
app/Resources/static/themes/material/css/print.css
app/Resources/static/themes/material/js/init.js
package.json
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig