brunch / brunch-guide

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

have to change http://brunch.io/docs/getting-started #58

Open dempseyc opened 6 years ago

dempseyc commented 6 years ago

on the step where we $ echo 'console.log([1, 2, 3].reduce((s, n) => s + n ** 2))' > app/index.js one must

in /assets/index.html

or one must require('./index'); in app/initialize.js

or one must perhaps do something else not mentioned in the tutorial.

my point is that it is a mistake to not mention "that 'something'" in the initial tutorial about this step, though it is mentioned in various SO questions and what not.

follow the tutorial on the getting started link and let me know if i'm missing something.