Yassine Guedidi
0ce5570cec
Move assets to assets/ root folder "as is"
2024-02-24 23:54:36 +01:00
Yassine Guedidi
cc33fcb4ba
Replace kernel.root_dir by kernel.project_dir
2023-08-09 22:46:18 +01:00
Nicolas Lœuillet
29308024ac
Removed old, not so maintained and buggy baggy theme
2022-11-03 09:55:20 +01:00
Jeremy Benoist
01609f8514
Update to ESLint 8
...
And run it:
- `yarn eslint app/**/*.js --fix`
- `yarn eslint web/**/*.js --fix`
2022-01-05 21:43:32 +01:00
Jeremy Benoist
9d1716c0e5
Rebuild assets
...
And add `postcss-scss` and fixing some issues.
2022-01-05 20:43:36 +01:00
Jeremy Benoist
100469025a
Update webpack dev server config & webpack-cli package
2022-01-05 16:40:08 +01:00
Jeremy Benoist
283675ccd0
Rebuild assets and update webpack config
...
And optimize images (Thanks ImageOptim)
2022-01-05 16:09:43 +01:00
Kevin Decherf
c467bf9382
Update npm/yarn dependencies
...
Replace deprecated babel-eslint with @babel/eslint-parser
Replace deprecated eslint-loader with eslint-webpack-plugin
Update other plugins, resolving several opened security reports.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2021-08-05 22:51:23 +02:00
Jeremy Benoist
289406f258
Ensure manifest files are sorted properly
2020-12-08 09:34:17 +01:00
Jeremy Benoist
92b14a3536
Update for webpack-manifest-plugin
2020-12-03 10:15:21 +01:00
Simounet
9937d3a060
Webpack upgraded from 4 to 5 + dependancies updated
2020-11-24 22:28:52 +01:00
Jeremy Benoist
dce3c84c9c
Upgrade to NodeJS 12
...
Update javascript deps to latest version.
Rebuild assets
- Keep `stylehint` in a lower version because starting at v9.0.0 it generates too much errors. We might fix them later.
- Don't touch `materialize-css` to avoid too much side effect. We might update it later (to 1.0.0).
2020-08-25 12:28:12 +02:00
Kevin Decherf
e8694faad6
Remove fixed relative path for assets
2017-12-20 21:53:48 +01:00
Kevin Decherf
9ff628ca56
webpack & views: replace bundles/wallabagcore with wallassets
...
This change will prevent composer from removing wallabagcore assets when
installing assets.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2017-10-24 00:15:52 +02:00
Kevin Decherf
3f29386cb7
Update prod assets
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2017-10-16 00:07:12 +02:00
Kevin Decherf
7a1e1247cb
webpack: handle _global img folder
...
Fixes missing image files after composer cleaning assets
Source of requireAll(): https://stackoverflow.com/a/30652110
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2017-10-16 00:01:52 +02:00
Thomas Citharel
77255d6688
Add css on share public page
2017-06-22 12:15:24 +02:00
Jeremy Benoist
789c46821d
Fix linter issue on webpack config files
2017-06-22 12:13:22 +02:00
Thomas Citharel
64f81bc316
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
2017-05-04 14:49:44 +02:00