brunch / brunch-guide

A comprehensive guide to Brunch
http://brunch.io
MIT License
558 stars 62 forks source link

Following this guideline, `app.js` isn't created #41

Open Exegetech opened 8 years ago

Exegetech commented 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

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