- Issue created by @yonghua
- @yonghua opened merge request.
- Status changed to Fixed
over 1 year ago 7:22pm 11 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
3 months ago 3:52pm 12 August 2024
1. change kinetic utils with the generation scripts to be named "build-utils"
2. 03-pluggables goes away
3. get rid of vendors in base/js
4. change base/js/global.js and base/scss/global.scss to index
base should look like this:
core
global
js
... other files
index.js
scss
... other files
utilities.scss - needs a readme and docs to explain about how this file gets purged and should contain utility class like file imports or rules.
Purge checks all the twig files for the class name string use.
index.scss - imports all non utility class or base styles
5. modules - needs a readme about how this is a place for re-usable local js modules.
6. make direcotry names plural
7. add comments to webpack util files
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.