]> git.immae.eu Git - github/wallabag/wallabag.git/commit - package.json
Adds Webpack support and removes the use for Grunt
authorThomas Citharel <tcit@tcit.fr>
Fri, 31 Mar 2017 18:21:41 +0000 (20:21 +0200)
committerThomas Citharel <tcit@tcit.fr>
Thu, 4 May 2017 12:49:44 +0000 (14:49 +0200)
commit64f81bc31699ed239e4becec1cfa7ebc0bef2b5a
tree6363a596055683587d11aaffcf30608a682988aa
parent3b4502e0e663866e7bac00164fd935fdc92309d6
Adds Webpack support and removes the use for Grunt

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
use scss

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
fix build, add babel, fix annotations

fixes (and improvements !) for baggy

add live reload & environments & eslint & theme fixes
197 files changed:
.babelrc [new file with mode: 0644]
.gitignore
.travis.yml
Gruntfile.js [deleted file]
app/AppKernel.php
app/Resources/static/themes/_global/global.scss [new file with mode: 0644]
app/Resources/static/themes/_global/img/icons/Diaspora-asterisk.svg [new file with mode: 0644]
app/Resources/static/themes/_global/index.js [new file with mode: 0644]
app/Resources/static/themes/_global/js/tools.js
app/Resources/static/themes/baggy/css/article.scss [new file with mode: 0644]
app/Resources/static/themes/baggy/css/font.css [deleted file]
app/Resources/static/themes/baggy/css/guide.scss [new file with mode: 0644]
app/Resources/static/themes/baggy/css/index.scss [new file with mode: 0644]
app/Resources/static/themes/baggy/css/layout.scss [new file with mode: 0644]
app/Resources/static/themes/baggy/css/login.scss [new file with mode: 0644]
app/Resources/static/themes/baggy/css/media_queries.scss [new file with mode: 0755]
app/Resources/static/themes/baggy/css/messages.css [deleted file]
app/Resources/static/themes/baggy/css/messages.scss [new file with mode: 0755]
app/Resources/static/themes/baggy/css/pictos.scss [new file with mode: 0644]
app/Resources/static/themes/baggy/css/print.scss [moved from app/Resources/static/themes/baggy/css/print.css with 91% similarity]
app/Resources/static/themes/baggy/css/ratatouille.scss [moved from app/Resources/static/themes/baggy/css/ratatouille.css with 100% similarity]
app/Resources/static/themes/baggy/css/save.scss [new file with mode: 0644]
app/Resources/static/themes/baggy/font/icomoon.eot [deleted file]
app/Resources/static/themes/baggy/font/icomoon.svg [deleted file]
app/Resources/static/themes/baggy/font/icomoon.ttf [deleted file]
app/Resources/static/themes/baggy/font/icomoon.woff [deleted file]
app/Resources/static/themes/baggy/index.js [moved from app/Resources/static/themes/baggy/js/init.js with 69% similarity]
app/Resources/static/themes/baggy/js/shortcuts/main.js
app/Resources/static/themes/material/css/article.scss [new file with mode: 0644]
app/Resources/static/themes/material/css/cards.scss [new file with mode: 0644]
app/Resources/static/themes/material/css/entries.scss [new file with mode: 0644]
app/Resources/static/themes/material/css/filters.scss [new file with mode: 0644]
app/Resources/static/themes/material/css/fonts.scss [new file with mode: 0644]
app/Resources/static/themes/material/css/icons.scss [new file with mode: 0644]
app/Resources/static/themes/material/css/index.scss [new file with mode: 0644]
app/Resources/static/themes/material/css/layout.scss [new file with mode: 0755]
app/Resources/static/themes/material/css/media_queries.scss [new file with mode: 0644]
app/Resources/static/themes/material/css/nav.scss [new file with mode: 0644]
app/Resources/static/themes/material/css/print.scss [moved from app/Resources/static/themes/material/css/print.css with 94% similarity]
app/Resources/static/themes/material/css/sidenav.scss [new file with mode: 0644]
app/Resources/static/themes/material/css/variables.scss [new file with mode: 0644]
app/Resources/static/themes/material/css/various.scss [new file with mode: 0644]
app/Resources/static/themes/material/index.js [moved from app/Resources/static/themes/material/js/init.js with 57% similarity]
app/Resources/static/themes/material/js/tools.js [new file with mode: 0644]
app/config/config.yml
app/config/config_prod.yml
app/config/webpack/common.js [new file with mode: 0644]
app/config/webpack/dev.js [new file with mode: 0644]
app/config/webpack/prod.js [new file with mode: 0644]
docs/en/developer/front_end.rst [new file with mode: 0644]
docs/fr/developer/front-end.rst [new file with mode: 0644]
package.json
postcss.config.js [new file with mode: 0644]
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/baggy/layout.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
web/bundles/wallabagcore/baggy.css [new file with mode: 0644]
web/bundles/wallabagcore/baggy.css.map [new file with mode: 0644]
web/bundles/wallabagcore/baggy.js [new file with mode: 0644]
web/bundles/wallabagcore/fonts/IcoMoon-Free.ttf [moved from web/bundles/wallabagcore/themes/baggy/fonts/IcoMoon-Free.ttf with 100% similarity]
web/bundles/wallabagcore/fonts/MaterialIcons-Regular.eot [moved from web/bundles/wallabagcore/themes/baggy/fonts/MaterialIcons-Regular.eot with 100% similarity]
web/bundles/wallabagcore/fonts/MaterialIcons-Regular.ttf [moved from web/bundles/wallabagcore/themes/baggy/fonts/MaterialIcons-Regular.ttf with 100% similarity]
web/bundles/wallabagcore/fonts/MaterialIcons-Regular.woff [moved from web/bundles/wallabagcore/themes/baggy/fonts/MaterialIcons-Regular.woff with 100% similarity]
web/bundles/wallabagcore/fonts/MaterialIcons-Regular.woff2 [moved from web/bundles/wallabagcore/themes/baggy/fonts/MaterialIcons-Regular.woff2 with 100% similarity]
web/bundles/wallabagcore/fonts/Roboto-Bold.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/Roboto-Bold.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/Roboto-Light.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/Roboto-Light.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/Roboto-Medium.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/Roboto-Medium.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/Roboto-Regular.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/Roboto-Regular.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/Roboto-Thin.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/Roboto-Thin.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-black-italic.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-black-italic.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-black.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-black.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-bold-italic.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-bold-italic.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-bold.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-bold.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-hairline-italic.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-hairline-italic.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-hairline.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-hairline.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-heavy-italic.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-heavy-italic.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-heavy.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-heavy.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-light-italic.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-light-italic.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-light.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-light.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-medium-italic.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-medium-italic.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-medium.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-medium.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-normal-italic.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-normal-italic.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-normal.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-normal.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-semibold-italic.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-semibold-italic.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-semibold.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-semibold.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-thin-italic.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-thin-italic.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-thin.woff [new file with mode: 0644]
web/bundles/wallabagcore/fonts/lato-thin.woff2 [new file with mode: 0644]
web/bundles/wallabagcore/img/Diaspora-asterisk.svg [new file with mode: 0644]
web/bundles/wallabagcore/img/annotator-glyph-sprite.png [new file with mode: 0644]
web/bundles/wallabagcore/img/annotator-icon-sprite.png [new file with mode: 0644]
web/bundles/wallabagcore/img/bg-select.png [new file with mode: 0644]
web/bundles/wallabagcore/img/carrot-icon--black.png [new file with mode: 0644]
web/bundles/wallabagcore/img/carrot-icon--white.png [new file with mode: 0644]
web/bundles/wallabagcore/img/diaspora-icon--black.png [new file with mode: 0644]
web/bundles/wallabagcore/img/list.png [new file with mode: 0644]
web/bundles/wallabagcore/img/shaarli.png [new file with mode: 0644]
web/bundles/wallabagcore/img/table.png [new file with mode: 0644]
web/bundles/wallabagcore/img/unmark-icon--black.png [new file with mode: 0644]
web/bundles/wallabagcore/manifest.json [new file with mode: 0644]
web/bundles/wallabagcore/material.css [new file with mode: 0644]
web/bundles/wallabagcore/material.css.map [new file with mode: 0644]
web/bundles/wallabagcore/material.js [new file with mode: 0644]
web/bundles/wallabagcore/themes/baggy/fonts/ptsansbold.woff [deleted file]
web/bundles/wallabagcore/themes/baggy/js/baggy.min.js [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Black.eot [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Black.svg [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Black.ttf [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Black.woff [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Black.woff2 [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.eot [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.svg [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.ttf [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BlackItalic.woff2 [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Bold.eot [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Bold.svg [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Bold.ttf [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Bold.woff [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Bold.woff2 [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BoldItalic.eot [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BoldItalic.svg [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BoldItalic.ttf [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BoldItalic.woff [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-BoldItalic.woff2 [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Light.eot [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Light.svg [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Light.ttf [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Light.woff [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Light.woff2 [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-LightItalic.eot [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-LightItalic.svg [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-LightItalic.ttf [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-LightItalic.woff [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-LightItalic.woff2 [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Medium.eot [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Medium.svg [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Medium.ttf [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Medium.woff [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Medium.woff2 [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-MediumItalic.eot [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-MediumItalic.svg [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-MediumItalic.ttf [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-MediumItalic.woff [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-MediumItalic.woff2 [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Regular.eot [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Regular.svg [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Regular.ttf [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Regular.woff [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Regular.woff2 [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-RegularItalic.eot [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-RegularItalic.svg [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-RegularItalic.ttf [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-RegularItalic.woff [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-RegularItalic.woff2 [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Thin.eot [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Thin.svg [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Thin.ttf [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Thin.woff [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-Thin.woff2 [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-ThinItalic.eot [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-ThinItalic.svg [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-ThinItalic.ttf [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-ThinItalic.woff [deleted file]
web/bundles/wallabagcore/themes/material/font/roboto/Roboto-ThinItalic.woff2 [deleted file]
web/bundles/wallabagcore/themes/material/fonts/IcoMoon-Free.ttf [deleted file]
web/bundles/wallabagcore/themes/material/fonts/MaterialIcons-Regular.eot [deleted file]
web/bundles/wallabagcore/themes/material/fonts/MaterialIcons-Regular.ttf [deleted file]
web/bundles/wallabagcore/themes/material/fonts/MaterialIcons-Regular.woff [deleted file]
web/bundles/wallabagcore/themes/material/fonts/MaterialIcons-Regular.woff2 [deleted file]
webpack.config.js [new file with mode: 0644]
yarn.lock [new file with mode: 0644]