Answer the question
In order to leave comments, you need to log in
What config is suitable for such a project structure?
Tell me the config for a static project with such a structure, js files on ES6. The main problem I have is with pug files and compiling multiple pages and assembling from SCSS components into 1 normal minified CSS.
The source structure is:
src
fonts
HelveticaNeue.ttf
HelveticaNeue.otf
img
logo.png
burger.png
scss
common
_layout.scss
components
_buttons.scss
main.scss
pug
common
_layout.pug
components
_buttons.pug
index.pug
about.pug
dist
fonts
HelveticaNeue.ttf
HelveticaNeue.otf
img
logo.png
burger.png
css
main.css
index.html
about.html
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question