1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
Commit Graph

51 Commits

Author SHA1 Message Date
vincent
7461f6d1d5 (wip) show and edit social networks 2022-05-04 10:21:05 +02:00
Sylvain
d542292dbf (ui) sso data mapping - by type 2022-04-11 13:19:07 +02:00
Sylvain
7e9745a761 (style) eslint all code 2022-03-29 17:21:29 +02:00
Sylvain
9832f9f19a (dev) webpack overlay report eslint issues
Also: updated eslint
2022-03-29 16:41:56 +02:00
Sylvain
523311101a (bug) Error: Cannot find module '@pmmmwh/react-refresh-webpack-plugin' in production env 2022-03-23 11:54:39 +01:00
Sylvain
5f44761e70 (bug) fix webpack configuration for production 2022-03-22 20:09:19 +01:00
Sylvain
f4395c88b9 (feat) google analytics V4 2022-03-22 11:27:18 +01:00
Sylvain
02c652f236 fix loading of ui-tour templates 2022-03-16 15:15:19 +01:00
Sylvain
424384c3f8 Removed dependency to auto-ngtemplate-loader 2022-03-16 11:48:41 +01:00
Sylvain
8177be2fe3 fix angular templates integraion 2022-03-16 11:23:58 +01:00
Sylvain
029769d483 (WIP) fix loading angular templates 2022-03-15 17:11:32 +01:00
Sylvain
ac32b261b3 fix building app in dev with hmr 2022-03-15 11:13:03 +01:00
Sylvain
2ffe169478 renamed folder loaders to modules 2022-03-15 09:51:39 +01:00
Sylvain
9385c83b6d fix compile assets in production 2022-03-14 17:00:49 +01:00
Sylvain
ac0dacbc88 fix webpack 5 errors 2022-03-14 14:52:23 +01:00
Sylvain
0ca5606abb migrate the webpack config 2022-03-14 13:59:57 +01:00
Sylvain
39f1b3cf7c updated API usages + [ongoing] updating integrations 2022-03-09 17:37:59 +01:00
Sylvain
3958d23184 ran bundle exec rails webpacker:install 2022-03-09 16:31:38 +01:00
Sylvain
f5709ef60e get stripe payment method 2020-11-25 17:13:45 +01:00
Sylvain
a72473f0b6 added typescript + hmr 2020-10-27 09:41:16 +01:00
Sylvain
0c1f5f5f25 webpack production configuration: path to ngtemplates 2020-10-19 15:03:11 +02:00
Sylvain
2bbbe8c7d2 change configuration of auto-ngtemplate-loader to use absolute path 2020-10-19 14:40:18 +02:00
Sylvain
875c7a6df8 WIP: correct angualrJS templates path for production build
see: https://github.com/WearyMonkey/ngtemplate-loader
2020-10-12 09:00:22 +02:00
Sylvain
585f01b671 compile angular-ui-tour from the sources 2020-10-07 16:37:01 +02:00
Sylvain
1f03155eb0 fix compilation of angular-ui-tour 2020-10-07 14:25:48 +02:00
Sylvain
4f441e46aa provide ui-tour dependencies 2020-10-07 11:09:10 +02:00
Sylvain
0d28da1e44 re-enable minifying in production + use fork w/ dependencies injection for angular-ui-codemirror 2020-10-07 10:34:27 +02:00
Sylvain
c30e096e53 fix loading ui-tour with webpack 2020-10-07 10:25:27 +02:00
Sylvain
ac4dcfd5fd disable uglify in production to find the unknown provider 2020-10-07 09:06:36 +02:00
Sylvain
67b0655272 add prefix to ngtemplate-loader 2020-10-06 16:05:23 +02:00
Sylvain
8d76c78cc5 fix load loadsh with webpack 2020-09-28 18:11:56 +02:00
Sylvain
57512cfdd4 do not use row-loader 2020-09-28 12:41:31 +02:00
Sylvain
5cbb40f064 WIP: use raw-loader to load dependencies
see: https://stackoverflow.com/questions/28969861/managing-jquery-plugin-dependency-in-webpack
2020-09-23 17:20:26 +02:00
Sylvain
149d24e8a3 fix missing dependencies 2020-09-22 16:46:35 +02:00
Sylvain
562fb5d8d7 fix requiring templates from ngtemplate-loader 2020-09-22 16:04:42 +02:00
Sylvain
a398ba8b8e fix loading angular-ui-tour templates + use templateUrl instead of template:require() 2020-09-22 14:46:13 +02:00
Sylvain
4e4ab9c4c2 load angular templates with webpack 2020-09-22 14:20:47 +02:00
Sylvain
2ef7c06cb2 updated fontawesome to v5 + fix load fonts with webpack 2020-09-22 11:28:42 +02:00
Sylvain
5764233c67 fix stylesheets compilation with webpack 2020-09-22 09:45:18 +02:00
Sylvain
9b6e5408f9 refactor usage of html templates in JS to make it compatible with webpack html-loader 2020-09-21 14:50:28 +02:00
Sylvain
d43516f6fe fixes [:ctrlreg] The controller with the name '...' is not registered 2020-09-21 13:23:28 +02:00
Sylvain
45d60952b7 [WIP] fix webpack dependencies with global variables
Using:
- expose-loader
- exports-loader
- import-loader
- https://medium.com/@drgenejones/using-webpack-with-legacy-angular-spas-exposing-global-variables-to-child-modules-599e32f373c9
2020-09-16 16:54:56 +02:00
Sylvain
ad2ca33c6f export Application (shimming) 2020-09-16 15:38:07 +02:00
Sylvain
72d79e8e31 fix erb+nonJS loaders 2020-09-16 14:12:45 +02:00
Sylvain
b760c10414 fix sass for webpack 2020-09-15 12:57:54 +02:00
Sylvain
ec8fe3bf28 fixes import of JS dependencies 2020-09-14 16:08:49 +02:00
Sylvain
6e5713438f remove useless references to asset_pack_path or equivalents 2020-09-09 15:28:35 +02:00
Sylvain
44ca50b4e1 load template and erb with webpack 2020-09-09 11:54:49 +02:00
Sylvain
cd1abb15e8 enable splitchunk 2020-09-09 08:51:53 +02:00
Sylvain
e37e368e90 updated links to html assets to use webpacker 2020-09-09 08:45:48 +02:00