Open Exegetech opened 8 years ago
I am following this guideline https://github.com/brunch/brunch-guide/blob/master/content/en/chapter04-starting-from-scratch.md
and get to this point where brunch build suppose to create this file structure
brunch build
public/ ├── app.css ├── app.css.map ├── app.js ├── app.js.map └── index.html
However, only app.css, app.css.map, and index.html got created
app.css
app.css.map
index.html
I am following this guideline https://github.com/brunch/brunch-guide/blob/master/content/en/chapter04-starting-from-scratch.md
and get to this point where
brunch build
suppose to create this file structureHowever, only
app.css
,app.css.map
, andindex.html
got created